r1849: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 1 May 2002 12:59:33 +0000 (12:59 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 1 May 2002 12:59:33 +0000 (12:59 +0000)
doc/Makefile.am
doc/Makefile.in
doc/ctsim.htb

index 558768be7926cfca986dd417f4becd1b62fc6cbb..1a3df935bd2e17b04e62a154d7d89851fce4e75e 100644 (file)
@@ -9,7 +9,12 @@ mysober.sty fancyhea.sty ctsim.bib ctsim-latex.bib ctsim-tex2rtf.bib
 
 EXTRA_DIST = ${docs} ctsim.htb 
 
-dvi: ctsim.tex
+ps: ctsim.ps
+ctsim.ps: ctsim.dvi
+       dvips ctsim
+
+dvi: ctsim.dvi
+ctsim.dvi: ctsim.tex
        cp ctsim-latex.bib ctsim.bib
        latex ctsim
        bibtex ctsim
@@ -33,4 +38,12 @@ htmlhelp: ctsim.tex
        mv ctsim.zip ctsim.htb
        cp ctsim.htb ../msvc/ctsim/.
        cp ctsim.htb ../src/.
+
+html:
+       rm -f ctsim*.html ctsim.hhp ctsim.hhc ctsim.hhk ctsim.zip
+       cp ctsim-tex2rtf.bib ctsim.bib
+       tex2rtf ctsim.tex ctsim.html -html
+       rm -rf html
+       mkdir html
+       ln -s ctsim_contents.html html/index.html
+       mv *.html *.gif html
index ed4eeb5cbba7c708d76e22ef0e3eaedd13864bf7..05e93491248af8463f07188cf20bb4fb97ca01e0 100644 (file)
@@ -198,7 +198,12 @@ distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
 
-dvi: ctsim.tex
+ps: ctsim.ps
+ctsim.ps: ctsim.dvi
+       dvips ctsim
+
+dvi: ctsim.dvi
+ctsim.dvi: ctsim.tex
        cp ctsim-latex.bib ctsim.bib
        latex ctsim
        bibtex ctsim
@@ -223,6 +228,15 @@ htmlhelp: ctsim.tex
        cp ctsim.htb ../msvc/ctsim/.
        cp ctsim.htb ../src/.
 
+html:
+       rm -f ctsim*.html ctsim.hhp ctsim.hhc ctsim.hhk ctsim.zip
+       cp ctsim-tex2rtf.bib ctsim.bib
+       tex2rtf ctsim.tex ctsim.html -html
+       rm -rf html
+       mkdir html
+       ln -s ctsim_contents.html html/index.html
+       mv *.html *.gif html
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
index 6a7c7552bba1944716e56c569a31641ebcf26ce9..6ad07174aac7c6556d0c6d3ffa388e2a827ec191 100644 (file)
Binary files a/doc/ctsim.htb and b/doc/ctsim.htb differ