r1878: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 3 May 2002 07:16:38 +0000 (07:16 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 3 May 2002 07:16:38 +0000 (07:16 +0000)
doc/.cvsignore [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/ctsim.htb

diff --git a/doc/.cvsignore b/doc/.cvsignore
new file mode 100644 (file)
index 0000000..2887e1f
--- /dev/null
@@ -0,0 +1,9 @@
+Makefile
+Makefile.in
+html
+ctsim.dvi
+ctsim.toc
+ctsim.pdf
+ctsim.ps
+ctsim.ilg
+ctsim.ind
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644 (file)
index 0000000..3425393
--- /dev/null
@@ -0,0 +1,55 @@
+docs = ctsim.tex 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-latex.bib ctsim-tex2rtf.bib
+
+pkg=ctsim
+
+EXTRA_DIST = $(docs) html
+
+CLEANFILES=$(pkg).ps $(pkg)*.html $(pkg).hhc $(pkg).hhp $(pkg).hhk \
+        $(pkg).bib $(pkg).zip *.aux *.log *~ \#*~ \#*\# \.*~ 
+
+all-local: htmlhelp html dvi 
+
+install-data-hook: $(pkg).htb
+       cp $(pkg).htb $(datadir)
+
+.PHONY: ps
+ps: ctsim.ps
+$(pkg).ps: $(pkg).dvi
+       dvips $(pkg)
+
+.PHONY: dvi
+dvi: $(pkg).dvi
+$(pkg).dvi: $(docs)
+       cp $(pkg)-latex.bib $(pkg).bib
+       latex $(pkg) > /dev/null
+       bibtex $(pkg) > /dev/null
+       latex $(pkg) > /dev/null
+       makeindex $(pkg) > /dev/null
+       latex $(pkg) > /dev/null
+
+.PHONY: winhelp
+winhelp: $(docs)
+       rm -f $(pkg).rtf $(pkg).cnt
+       cp $(pkg)-tex2rtf.bib $(pkg).bib
+       tex2rtf $(pkg).tex $(pkg).rtf -winhelp
+       hcw /c /m /e $(pkg).hpj
+       mv $(PKG).HLP $(pkg).hlp
+       cp $(pkg).hlp $(pkg).cnt ../msvc/$(pkg)/
+
+.PHONY: htmlhelp
+htmlhelp: $(docs)
+       rm -f $(pkg)*.html $(pkg).hhp $(pkg).hhc $(pkg).hhk $(pkg).zip
+       cp $(pkg)-tex2rtf.bib $(pkg).bib
+       tex2rtf $(pkg).tex $(pkg).html -html  > /dev/null
+       zip $(pkg).zip *.html *.gif $(pkg).hh[pck]
+       mv $(pkg).zip $(pkg).htb
+
+html: $(docs)
+       rm -f $(pkg)*.html $(pkg).hh[cpk] $(pkg).zip
+       cp $(pkg)-tex2rtf.bib $(pkg).bib
+       tex2rtf $(pkg).tex $(pkg).html -html  > /dev/null
+       rm -rf html
+       mkdir html
+       ln -s $(pkg)_contents.html html/index.html
+
+
index 2a186fc694cdbf20238fa7375e6c6d8c4fbe364c..aad41bf0cbcd9814c985b5d37ea1759a6dacd193 100644 (file)
Binary files a/doc/ctsim.htb and b/doc/ctsim.htb differ