]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/regen.bat
Try to avoid truncation of the message in wxMSW wxMessageDialog.
[wxWidgets.git] / docs / doxygen / regen.bat
index fa85d3b4c8a75ffa557840e8d80125a4e0358afd..3492e24e3cabf0c6ffafb3a79bc9f33b54350c4a 100644 (file)
@@ -7,6 +7,7 @@ REM readable.
 \r
 mkdir out 2>&1 >NUL\r
 mkdir out\html 2>&1 >NUL\r
+mkdir out\html\generic 2>&1 >NUL\r
 mkdir out\html\wxgtk 2>&1 >NUL\r
 mkdir out\html\wxmsw 2>&1 >NUL\r
 mkdir out\html\wxmac 2>&1 >NUL\r
@@ -17,16 +18,12 @@ REM custom aliases
 copy images\powered-by-wxwidgets.png out\html 2>&1 >NUL\r
 copy images\logo_*.png out\html 2>&1 >NUL\r
 copy images\tab_*.gif out\html 2>&1 >NUL\r
+copy images\generic\*.png out\html\generic 2>&1 >NUL\r
 copy images\wxgtk\*.png out\html\wxgtk 2>&1 >NUL\r
 copy images\wxmsw\*.png out\html\wxmsw 2>&1 >NUL\r
 copy images\wxmac\*.png out\html\wxmac 2>&1 >NUL\r
 copy wxwidgets.js out\html 2>&1 >NUL\r
 \r
-REM these CSS are not automatically copied by Doxygen because they're\r
-REM included by our custom html header...\r
-copy wxwidgets.css out\html 2>&1 >NUL\r
-copy wxtabs.css out\html 2>&1 >NUL\r
-\r
 REM set cfgfile variable to the right doxyfile to use,\r
 REM using MS broken batch scripting\r
 setlocal enableextensions\r