Parent Directory
|
Revision Log
Remove CHM generating feature
| 1 | type template\hhc_head > sub.hhc |
| 2 | type %1\inc.hhc >> sub.hhc |
| 3 | type template\hhc_tail >> sub.hhc |
| 4 | |
| 5 | type template\hhk_head > sub.hhk |
| 6 | type %1\inc.hhk >> sub.hhk |
| 7 | type template\hhk_tail >> sub.hhk |
| 8 | |
| 9 | IF EXIST sub.chm erase sub.chm |
| 10 | |
| 11 | ren index.html index_bak.html |
| 12 | copy %1\s_index.html index.html |
| 13 | |
| 14 | "C:\Program Files (x86)\HTML Help Workshop\hhc.exe" sub.hhp |
| 15 | |
| 16 | move /Y sub.chm pack\%1.chm |
| 17 | erase index.html |
| 18 | ren index_bak.html index.html |
| 19 | erase sub.hhc |
| 20 | erase sub.hhk |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |