Browse Subversion Repository
Annotation of /branches/4-stable/doc/makechm.bat
Parent Directory
| Revision Log
| 1 |
maya |
4613 |
set HELP_COMPILER=C:\progra~1\htmlhe~1\hhc.exe |
| 2 |
|
|
set updated= |
| 3 |
|
|
|
| 4 |
maya |
3227 |
CALL convtext.bat |
| 5 |
|
|
|
| 6 |
maya |
4613 |
for /f "delims=" %%i in ('perl htmlhelp_update_check.pl ja teratermj.chm') do @set updated=%%i |
| 7 |
|
|
if "%updated%"=="updated" ( |
| 8 |
yutakapon |
4405 |
perl htmlhelp_index_make.pl ja html > ja\Index.hhk |
| 9 |
maya |
4613 |
%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 |
yutakapon |
4405 |
perl htmlhelp_index_make.pl en html > en\Index.hhk |
| 15 |
maya |
3227 |
%HELP_COMPILER% en\teraterm.hhp |
| 16 |
maya |
4613 |
) |
|