r436: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 26 Jan 2001 00:48:26 +0000 (00:48 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 26 Jan 2001 00:48:26 +0000 (00:48 +0000)
doc/tex2rtf/Makefile.am

index 1e81f1496983fc07d40476a74c4d5f81a9cd3990..1de7de8dbc5c39ef9f010c151bf3786740b18029 100644 (file)
@@ -5,4 +5,20 @@ dvi: ctsim.tex
        bibtex ctsim
        latex ctsim
        makeindex ctsim
-       latex ctsim
\ No newline at end of file
+       latex ctsim
+
+winhelp: ctsim.tex
+       rm -f ctsim.rtf ctsim.cnt
+       tex2rtf ctsim.tex ctsim.rtf -winhelp
+       hcw /c /m /e ctsim.hpj
+       mv CTSIM.HLP ctsim.hlp
+       cp ctsim.hlp ctsim.cnt ../../msvc/ctsim/
+
+htmlhelp: ctsim.tex
+       rm -f ctsim*.html ctsim.hhp ctsim.hhc ctsim.hhk
+       tex2rtf ctsim.tex ctsim.html -html
+       zip ctsim.zip *.html *.gif ctsim.hhp ctsim.hhc ctsim.hhk
+       mv ctsim.zip ctsim.htb
+       cp ctsim.htb ../../msvc/ctsim/.
+       cp ctsim.htb ../../src/.