X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile.am;h=d6bdca3955184dfba05ec65fe8da773b1e705425;hb=de0d02d285d20512b449f92b0860d11776d8ac66;hp=d41b2399dc20e4e8e47b6c624896edeeda52b4b0;hpb=d2d08eb2fced88902d889c34223ba4386634da76;p=ctsim.git diff --git a/doc/Makefile.am b/doc/Makefile.am index d41b239..d6bdca3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,27 @@ -EXTRA_DIST=sgp.doc 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/. +