Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/4-stable/doc/makechm.bat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4405 by yutakapon, Wed Mar 30 10:33:46 2011 UTC revision 4613 by maya, Sat Sep 3 05:22:04 2011 UTC
# Line 1  Line 1 
1    set HELP_COMPILER=C:\progra~1\htmlhe~1\hhc.exe
2    set updated=
3    
4  CALL convtext.bat  CALL convtext.bat
5    
6    for /f "delims=" %%i in ('perl htmlhelp_update_check.pl ja teratermj.chm') do @set updated=%%i
7    if "%updated%"=="updated" (
8  perl htmlhelp_index_make.pl ja html > ja\Index.hhk  perl htmlhelp_index_make.pl ja html > ja\Index.hhk
 perl htmlhelp_index_make.pl en html > en\Index.hhk  
   
 set HELP_COMPILER=C:\progra~1\htmlhe~1\hhc.exe  
   
9  %HELP_COMPILER% ja\teraterm.hhp  %HELP_COMPILER% ja\teraterm.hhp
10    )
11    
12    for /f "delims=" %%i in ('perl htmlhelp_update_check.pl en teraterm.chm') do @set updated=%%i
13    if "%updated%"=="updated" (
14    perl htmlhelp_index_make.pl en html > en\Index.hhk
15  %HELP_COMPILER% en\teraterm.hhp  %HELP_COMPILER% en\teraterm.hhp
16    )

Legend:
Removed from v.4405  
changed lines
  Added in v.4613

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26