X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20a886a34a131b8dfb3939172348bcc955d34a5d..dbe31039f7ee6169d80386fd75a9f03316f8d261:/docs/doxygen/regen.bat?ds=sidebyside diff --git a/docs/doxygen/regen.bat b/docs/doxygen/regen.bat index e3bfd0a54d..9d44db8ede 100644 --- a/docs/doxygen/regen.bat +++ b/docs/doxygen/regen.bat @@ -14,10 +14,10 @@ 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. 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 @@ -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