From 78cf57939a08d535d2dd14d80c0ade7da30e7729 Mon Sep 17 00:00:00 2001 From: nlopess Date: Thu, 10 Feb 2005 16:36:55 +0000 Subject: [PATCH] fix non-english chm building --- docs/chm/make_chm.bat | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/chm/make_chm.bat b/docs/chm/make_chm.bat index 7ecffa5c..88b95ed4 100755 --- a/docs/chm/make_chm.bat +++ b/docs/chm/make_chm.bat @@ -9,9 +9,6 @@ set PHP_PATH=php rem Path of the Help Compiler command line tool 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 - rem The source directory with the original DSSSL made HTML set PHP_HELP_COMPILE_DIR=html @@ -24,7 +21,7 @@ rem ========================================================== echo. -rem set PHP_HELP_COMPILE_LANG=%1 +set PHP_HELP_COMPILE_LANG=%1 if "%1" == "" set PHP_HELP_COMPILE_LANG=en echo Language choosen: %PHP_HELP_COMPILE_LANG%