r490: no message
[ctsim.git] / doc / Makefile.am
index b165afd43f76b24b76ac01a7ea93442c732c010c..c8cf627ee6819fbf86097012edd0e3969d05f02f 100644 (file)
@@ -3,12 +3,14 @@ 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
@@ -16,6 +18,7 @@ winhelp: ctsim.tex
 
 htmlhelp: ctsim.tex
        rm -f ctsim*.html ctsim.hhp ctsim.hhc ctsim.hhk
+       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