Updated doxygen launcher scripts to reflect new Doxyfile locations.
authorBryan Petty <bryan@ibaku.net>
Fri, 14 Mar 2008 21:16:33 +0000 (21:16 +0000)
committerBryan Petty <bryan@ibaku.net>
Fri, 14 Mar 2008 21:16:33 +0000 (21:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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

index 158e51d93de9d135b5e8dce5a115a62fe1d73a25..56d26da04d0130a86eb9eec4180d00d640be9d09 100644 (file)
@@ -29,4 +29,4 @@ REM NB: we do this _after_ copying the required files to the output folders
 REM     otherwise when generating the CHM file with Doxygen, those files are\r
 REM     not included!\r
 REM\r
-doxygen Doxyfile.all\r
+doxygen Doxyfile_all\r
index 328eb0e0e863c45651ea436d27b72d2e085b5317..75fce07801bcdab27b783ffeb3cdd7fdcaf428fc 100755 (executable)
@@ -40,9 +40,9 @@ cp wxwidgets.css out/html
 
 # which configuration should we use?
 if [[ -z "$1" ]]; then
-    cfgfile="Doxyfile.all"
+    cfgfile="Doxyfile_all"
 else
-    cfgfile="Doxyfile.$1"
+    cfgfile="Doxyfile_$1"
 fi
 
 #