r553: *** empty log message ***
[ctsim.git] / doc / Makefile.am
1 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 
2 EXTRA_DIST = ${docs} ctsim.htb 
3
4 dvi: ctsim.tex
5         bibtex ctsim
6         cp ctsim-latex.bib ctsim.bib
7         latex ctsim
8         makeindex ctsim
9         latex ctsim
10
11 winhelp: ctsim.tex
12         rm -f ctsim.rtf ctsim.cnt
13         cp ctsim-tex2rtf.bib ctsim.bib
14         tex2rtf ctsim.tex ctsim.rtf -winhelp
15         hcw /c /m /e ctsim.hpj
16         mv CTSIM.HLP ctsim.hlp
17         cp ctsim.hlp ctsim.cnt ../msvc/ctsim/
18
19 htmlhelp: ctsim.tex
20         rm -f ctsim*.html ctsim.hhp ctsim.hhc ctsim.hhk ctsim.zip
21         cp ctsim-tex2rtf.bib ctsim.bib
22         tex2rtf ctsim.tex ctsim.html -html
23         zip ctsim.zip *.html *.gif ctsim.hhp ctsim.hhc ctsim.hhk
24         mv ctsim.zip ctsim.htb
25         cp ctsim.htb ../msvc/ctsim/.
26         cp ctsim.htb ../src/.
27