X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=c8cf627ee6819fbf86097012edd0e3969d05f02f;hb=d4674ec14f947ca140080a2582ce09dbfdd692c3;hp=b165afd43f76b24b76ac01a7ea93442c732c010c;hpb=cc68f60c280df39d8cd14dfde3c1f5b736ede026;p=ctsim.git diff --git a/doc/Makefile.am b/doc/Makefile.am index b165afd..c8cf627 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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