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