dallas Fri Aug 30 11:09:33 2002 EDT
Modified files:
/phpdoc/chm make_chm.bat
Log:
Make small changes, hope it works more smoothly for general user.
Index: phpdoc/chm/make_chm.bat
diff -u phpdoc/chm/make_chm.bat:1.2 phpdoc/chm/make_chm.bat:1.3
--- phpdoc/chm/make_chm.bat:1.2 Sun May 19 05:29:58 2002
+++ phpdoc/chm/make_chm.bat Fri Aug 30 11:09:32 2002
@@ -4,10 +4,10 @@
rem !! about how to build a "php_manual_lang.chm" file.
rem Path of the PHP CGI executable
-set PHP_PATH=D:\progra~1\php404\php.exe
+set PHP_PATH=C:\PHP\php.exe
rem Path of the Help Compiler command line tool
-set PHP_HELP_COMPILER=D:\progra~1\helpwo~1\hhc.exe
+set PHP_HELP_COMPILER=C:\progra~1\HTMLhe~1\hhc.exe
rem The language of the manual to compile
set PHP_HELP_COMPILE_LANG=en
@@ -28,8 +28,8 @@
echo Now generating the fancy manual in %PHP_HELP_COMPILE_FANCYDIR% dir...
IF NOT EXIST %PHP_HELP_COMPILE_FANCYDIR%\NUL md %PHP_HELP_COMPILE_FANCYDIR%
-IF NOT EXIST %PHP_HELP_COMPILE_FANCYDIR%\figures md
%PHP_HELP_COMPILE_FANCYDIR%\figures
-copy %PHP_HELP_COMPILE_DIR%\figures\*.* %PHP_HELP_COMPILE_FANCYDIR%\figures\*.*
+rem IF NOT EXIST %PHP_HELP_COMPILE_FANCYDIR%\figures md
+%PHP_HELP_COMPILE_FANCYDIR%\figures
+rem copy %PHP_HELP_COMPILE_DIR%\figures\*.* %PHP_HELP_COMPILE_FANCYDIR%\figures\*.*
%PHP_PATH% -q make_chm_fancy.php
goto normal
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php