X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile.am;h=eec3d5acc1eae80eab8ecee0af6bb388757bfe30;hb=52f2fdc3424cd6b5b77ad1497243e1e06739ffe6;hp=0edfc8cad8ed6b44f38270926b0ece8403b12e78;hpb=d0f723d93729549a3aa7513a121daa640a925f1a;p=ctsim.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 0edfc8c..eec3d5a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,36 @@ -docs=sgp.doc -info_INFO=ctsim.texi -EXTRA_DIST = ${docs} $(info_INFO) -SUBDIRS = tex2rtf \ No newline at end of file +docs=ctsim.tex ctsim.bib texhelp.sty psbox.tex logo.eps logo.gif \ +ctsim-sgp.tex ctsim-concepts.tex ctsim-gui.tex ctsim-install.tex \ +ctsim-textui.tex ctsim-web.tex \ +alphacalc.eps alphacalc.gif divergent.eps divergent.gif \ +equiangular.eps equiangular.gif equilinear.eps equilinear.gif \ +scangeometry.eps scangeometry.gif \ +tex2rtf.ini ctsim.hpj bullet.bmp verbatim.sty mytitle.sty makeidx.sty \ +mysober.sty fancyhea.sty ctsim.bib ctsim-latex.bib ctsim-tex2rtf.bib + +EXTRA_DIST = ${docs} ctsim.htb + +dvi: ctsim.tex + latex ctsim + 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/. +