r635: no message
[ctsim.git] / doc / Makefile.am
1 docs=ctsim.tex ctsim.bib texhelp.sty psbox.tex logo.eps logo.gif \
2 ctsim-sgp.tex ctsim-concepts.tex ctsim-gui.tex ctsim-install.tex \
3 ctsim-textui.tex ctsim-web.tex \
4 alphacalc.eps alphacalc.gif divergent.eps divergent.gif \
5 equiangular.eps equiangular.gif equilinear.eps equilinear.gif \
6 scangeometry.eps scangeometry.gif \
7 tex2rtf.ini ctsim.hpj bullet.bmp verbatim.sty mytitle.sty makeidx.sty \
8 mysober.sty fancyhea.sty ctsim.bib ctsim-latex.bib ctsim-tex2rtf.bib
9
10 EXTRA_DIST = ${docs} ctsim.htb 
11
12 dvi: ctsim.tex
13         latex ctsim
14         bibtex ctsim
15         cp ctsim-latex.bib ctsim.bib
16         latex ctsim
17         makeindex ctsim
18         latex ctsim
19
20 winhelp: ctsim.tex
21         rm -f ctsim.rtf ctsim.cnt
22         cp ctsim-tex2rtf.bib ctsim.bib
23         tex2rtf ctsim.tex ctsim.rtf -winhelp
24         hcw /c /m /e ctsim.hpj
25         mv CTSIM.HLP ctsim.hlp
26         cp ctsim.hlp ctsim.cnt ../msvc/ctsim/
27
28 htmlhelp: ctsim.tex
29         rm -f ctsim*.html ctsim.hhp ctsim.hhc ctsim.hhk ctsim.zip
30         cp ctsim-tex2rtf.bib ctsim.bib
31         tex2rtf ctsim.tex ctsim.html -html
32         zip ctsim.zip *.html *.gif ctsim.hhp ctsim.hhc ctsim.hhk
33         mv ctsim.zip ctsim.htb
34         cp ctsim.htb ../msvc/ctsim/.
35         cp ctsim.htb ../src/.
36