r516: *** empty log message ***
[ctsim.git] / doc / Makefile.am
index b165afd43f76b24b76ac01a7ea93442c732c010c..26ba09bd2738a8671c2884eb29ab588e683f4557 100644 (file)
@@ -3,19 +3,22 @@ EXTRA_DIST = ${docs}
 
 dvi: ctsim.tex
        bibtex ctsim
+       cp ctsim-latex.bib ctsim.bib
        latex ctsim
        makeindex ctsim
        latex ctsim
 
 winhelp: ctsim.tex
        rm -f ctsim.rtf ctsim.cnt
+       cp ctsim-tex2rtf.bib ctsim.bib
        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
+       rm -f ctsim*.html ctsim.hhp ctsim.hhc ctsim.hhk ctsim.zip
+       cp ctsim-tex2rtf.bib ctsim.bib
        tex2rtf ctsim.tex ctsim.html -html
        zip ctsim.zip *.html *.gif ctsim.hhp ctsim.hhc ctsim.hhk
        mv ctsim.zip ctsim.htb