]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed the logo image output in the manual after (obviously untested) image filename...
authorBryan Petty <bryan@ibaku.net>
Tue, 17 Feb 2009 22:06:45 +0000 (22:06 +0000)
committerBryan Petty <bryan@ibaku.net>
Tue, 17 Feb 2009 22:06:45 +0000 (22:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/regen.bat
docs/doxygen/regen.sh

index bfc8a6ac24f833ac80700c9801760dbc6bad490f..9d44db8ede4074367997b30731ae10ca6b15c349 100644 (file)
@@ -14,7 +14,7 @@ mkdir out\html\wxmac 2>&1 >NUL
 REM These not automatically copied by Doxygen because it's not\r
 REM used in doxygen documentation, only in our html footer.\r
 copy images\powered-by-wxwidgets.png out\html 2>&1 >NUL\r
-copy images\*logo.png out\html 2>&1 >NUL\r
+copy images\logo_*.png out\html 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
index cd101108e5caf6461193848267af3b3e2c7e15c4..a9dd32c9eb5263f2c8bce516a529d3895046e74d 100755 (executable)
@@ -30,7 +30,7 @@ mkdir -p out/html/wxmsw out/html/wxgtk out/html/wxmac
 # used in doxygen documentation, only in our html footer and by our
 # custom aliases
 cp images/powered-by-wxwidgets.png out/html
-cp images/*logo.png out/html
+cp images/logo_*.png out/html
 cp images/wxmsw/*png out/html/wxmsw
 cp images/wxmac/*png out/html/wxmac
 cp images/wxgtk/*png out/html/wxgtk