--- parser3/src/doc/html2chm.cmd 2001/05/17 19:03:00 1.1 +++ parser3/src/doc/html2chm.cmd 2004/04/05 13:37:06 1.8 @@ -1,7 +1,10 @@ CD html -START /low /wait "" "D:\Program Files\HTML Help Workshop\hhc.exe" index.hhp -DEL index.hh? +DEL graph_legend.dot +perl ..\chmhelper.pl SET dest=..\chm +"C:\Program Files\HTML Help Workshop\hhc.exe" index.hhp DEL %dest%\*.ch? -COPY *.ch? %dest%\parser3.* +COPY *.ch? %dest%\parser3src.* DEL *.ch? +REM DEL index.hh? +EXIT \ No newline at end of file