Browse Subversion Repository
Diff of /branches/4-stable/doc/makechm.bat
Parent Directory
| Revision Log
| Patch
| 1 |
set HELP_COMPILER=C:\progra~1\htmlhe~1\hhc.exe |
|
| 2 |
|
if exist "%Programfiles(x86)%\HTML Help Workshop\hhc.exe" ( |
| 3 |
|
set HELP_COMPILER="%Programfiles(x86)%\HTML Help Workshop\hhc.exe" |
| 4 |
|
) else ( |
| 5 |
|
set HELP_COMPILER=C:\progra~1\htmlhe~1\hhc.exe |
| 6 |
|
) |
| 7 |
|
|
| 8 |
set updated= |
set updated= |
| 9 |
|
|
| 10 |
CALL convtext.bat |
CALL convtext.bat |
|
|
Legend:
| Removed from v.4613 |
|
| changed lines |
| |
Added in v.4741 |
|
|
|