X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile.am;h=528ae6031e6e86053e2dc01a0f9a0d82f6ea61b5;hb=72615e14dd531463cea3278ff6dc19ffbbe0b06c;hp=400b09b3bcda7530544612b8d8c3781d6c4b80de;hpb=065c60e43bbd0649f42fde5351dc073f59b3aa28;p=ctsim.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 400b09b..528ae60 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,27 @@ -docs=sgp.doc ctsim.tex texhelp.sty tex2rtf/ctsim.tex -info_INFO=ctsim.texi -EXTRA_DIST = ${docs} $(info_INFO) +docs=ctsim.tex ctsim.bib texhelp.sty psbox.tex logo-huge.bmp tex2rtf.ini ctsim.hpj bullet.bmp verbatim.sty mytitle.sty makeidx.sty mysober.sty fancyhea.sty ctsim.bib +EXTRA_DIST = ${docs} ctsim.htb dvi: ctsim.tex - latex 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 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 + cp ctsim.htb ../msvc/ctsim/. + cp ctsim.htb ../src/. +