File:  [parser3project] / parser3 / src / doc / html2chm.cmd
Revision 1.6: download - view: text, annotated - select for diffs - revision graph
Fri Apr 19 07:59:01 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0004, release_3_0_0003, release_3_0_0002, release_1_0_0001, HEAD
config updated to doxygen 1.2.15,
created helper which fixes minor bugs in chm project files & htm tree.
changed extension to .htm

CD html
DEL graph_legend.dot
perl ..\chmhelper.pl
SET dest=..\chm
START /low /wait "" "C:\Program Files\HTML Help Workshop\hhc.exe" index.hhp
DEL %dest%\*.ch? 
COPY *.ch? %dest%\parser3src.*
DEL *.ch?
DEL index.hh?
EXIT

E-mail: