X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef7f03ad8383051d1b1e6d216dc0d536bbf3eef5..bb8823c9587360ecca01279e428ed307f8cd57c4:/docs/doxygen/regen.bat diff --git a/docs/doxygen/regen.bat b/docs/doxygen/regen.bat index fa85d3b4c8..8852f69fe0 100644 --- a/docs/doxygen/regen.bat +++ b/docs/doxygen/regen.bat @@ -7,6 +7,7 @@ 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 @@ -17,6 +18,7 @@ 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\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