X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e59a2cdc1d11ca0b3c1e6623885d01c924ac932..aa498ec94e6352d38c007bb89ad0a82e16cbf67b:/docs/doxygen/regen.bat diff --git a/docs/doxygen/regen.bat b/docs/doxygen/regen.bat index d52d7e7631..9d44db8ede 100644 --- a/docs/doxygen/regen.bat +++ b/docs/doxygen/regen.bat @@ -11,13 +11,14 @@ mkdir out\html\wxgtk 2>&1 >NUL mkdir out\html\wxmsw 2>&1 >NUL mkdir out\html\wxmac 2>&1 >NUL -REM this image is not automatically copied by Doxygen because it's not -REM used in doxygen documentation but only in our html footer... +REM These not automatically copied by Doxygen because it's not +REM used in doxygen documentation, only in our html footer. copy images\powered-by-wxwidgets.png out\html 2>&1 >NUL -copy images\*logo.png out\html 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 images\logo_*.png out\html 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... @@ -30,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