goba Sat Jan 13 07:55:53 2001 EDT
Modified files:
/phpdoc make_chm.bat
Log:
Make the variable datas ENV vars...
compile.bat is now generated by make_chm.php
using the PHP_HELP_COMPILE_LANG setting
Index: phpdoc/make_chm.bat
diff -u phpdoc/make_chm.bat:1.1 phpdoc/make_chm.bat:1.2
--- phpdoc/make_chm.bat:1.1 Wed Jan 10 15:08:41 2001
+++ phpdoc/make_chm.bat Sat Jan 13 07:55:53 2001
@@ -1,11 +1,19 @@
-@echo off
-rem First untar the built html tree so that the "html" dir is a child of the
-rem current directory.
-
-rem Now run the toc generator:
-echo "Running the toc and project file generator script:"
-e:\php4\php make_chm.php > manual.hhc
-
-rem After the toc is generated run the help compiler:
-echo "Compiling the helpfile:"
-e:\htmlhe~1\hhc manual.hhp
+@echo off
+
+rem First build the html tree or untar the built html tree,
+rem so that the "html" dir is a child of the current directory.
+
+rem Set the needed arguments here
+set PHP_HELP_COMPILER=D:\progra~1\helpwo~1\hhc.exe
+set PHP_HELP_COMPILE_LANG=hu
+set PHP_HELP_COMPILE_DIR=html
+
+echo.
+echo Now running the toc and project file generator script...
+D:\progra~1\php402\php.exe -q make_chm.php
+
+echo Compiling the actual helpfile...
+call compile.bat
+
+echo Done!
+echo.
\ No newline at end of file