cvs: smarty /docs/chm make_chm.bat
"Nuno Lopes" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsnlopess1108053415@cvsserver> |
nlopess Thu Feb 10 11:36:55 2005 EDT
Modified files:
/smarty/docs/chm make_chm.bat
Log:
fix non-english chm building
http://cvs.php.net/diff.php/smarty/docs/chm/make_chm.bat?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/chm/make_chm.bat
diff -u smarty/docs/chm/make_chm.bat:1.1 smarty/docs/chm/make_chm.bat:1.2
--- smarty/docs/chm/make_chm.bat:1.1 Thu Feb 10 08:27:26 2005
+++ smarty/docs/chm/make_chm.bat Thu Feb 10 11:36:55 2005
@@ -9,9 +9,6 @@
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 @@
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%
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php