X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile.am;h=d6bdca3955184dfba05ec65fe8da773b1e705425;hb=ca7c001fce978b680543f8338a404b8c0701a935;hp=2f709d9e7bbc5643f460d81ab755952bd1fcbb1b;hpb=5cf09a98b2eedb6e4fbfe1cd46a168285173d7da;p=ctsim.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 2f709d9..d6bdca3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,27 @@ -EXTRA_DIST=sgp.1 ctsim.tex texhelp.sty +docs=ctsim.tex ctsim.bib texhelp.sty psbox.tex logo-huge.gif alphacalc.gif divergent.gif equiangular.gif equilinear.gif scangeometry.gif 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/. +