X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ed3a1c846d66410872a15f746c432311e306e42..c8c77ee2af68bcea8ba157b4d5a4e2cd5b4912bd:/docs/doxygen/regen.bat diff --git a/docs/doxygen/regen.bat b/docs/doxygen/regen.bat index c70350b8a0..3492e24e3c 100644 --- a/docs/doxygen/regen.bat +++ b/docs/doxygen/regen.bat @@ -7,23 +7,23 @@ REM readable. mkdir out 2>&1 >NUL mkdir out\html 2>&1 >NUL +mkdir out\html\generic 2>&1 >NUL mkdir out\html\wxgtk 2>&1 >NUL mkdir out\html\wxmsw 2>&1 >NUL mkdir out\html\wxmac 2>&1 >NUL -REM These not automatically copied by Doxygen because it's not -REM used in doxygen documentation, only in our html footer. +REM These not automatically copied by Doxygen because they're not +REM used in doxygen documentation, only in our html footer and by our +REM custom aliases copy images\powered-by-wxwidgets.png out\html 2>&1 >NUL -copy images\*logo.png out\html 2>&1 >NUL +copy images\logo_*.png out\html 2>&1 >NUL +copy images\tab_*.gif out\html 2>&1 >NUL +copy images\generic\*.png out\html\generic 2>&1 >NUL copy images\wxgtk\*.png out\html\wxgtk 2>&1 >NUL copy images\wxmsw\*.png out\html\wxmsw 2>&1 >NUL copy images\wxmac\*.png out\html\wxmac 2>&1 >NUL copy wxwidgets.js out\html 2>&1 >NUL -REM this CSS is automatically copied by Doxygen because it's -REM included by our custom html header... -copy wxwidgets.css out\html 2>&1 >NUL - REM set cfgfile variable to the right doxyfile to use, REM using MS broken batch scripting setlocal enableextensions @@ -31,6 +31,10 @@ set arg=%1 if "%arg%" EQU "" set cfgfile=Doxyfile_all if "%arg%" NEQ "" set cfgfile=Doxyfile_%1 +pushd ..\.. +set WXWIDGETS=%CD% +popd + REM REM NOW RUN DOXYGEN REM