X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb2996e2ce1158fda5e41eed1ad9d6e7b553a66f..1680c3561bc4f44c63a026e0d1a5324a39336156:/docs/doxygen/regen.bat?ds=sidebyside diff --git a/docs/doxygen/regen.bat b/docs/doxygen/regen.bat index 9d44db8ede..fa85d3b4c8 100644 --- a/docs/doxygen/regen.bat +++ b/docs/doxygen/regen.bat @@ -11,18 +11,21 @@ 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\tab_*.gif 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 these CSS are not automatically copied by Doxygen because they're REM included by our custom html header... copy wxwidgets.css out\html 2>&1 >NUL +copy wxtabs.css out\html 2>&1 >NUL REM set cfgfile variable to the right doxyfile to use, REM using MS broken batch scripting