r516: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 9 Feb 2001 21:56:19 +0000 (21:56 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 9 Feb 2001 21:56:19 +0000 (21:56 +0000)
doc/Makefile.am
doc/Makefile.in
doc/ctsim.htb
doc/ctsim.texi [deleted file]

index c8cf627ee6819fbf86097012edd0e3969d05f02f..26ba09bd2738a8671c2884eb29ab588e683f4557 100644 (file)
@@ -17,7 +17,7 @@ winhelp: ctsim.tex
        cp ctsim.hlp ctsim.cnt ../msvc/ctsim/
 
 htmlhelp: ctsim.tex
-       rm -f ctsim*.html ctsim.hhp ctsim.hhc ctsim.hhk
+       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
index a4aa7e4dccdbcac4abdd87ddbb553f9e8f70c6ac..6421b02605656046a18ff6ad53774d2ba90ac406 100644 (file)
@@ -212,7 +212,7 @@ winhelp: ctsim.tex
        cp ctsim.hlp ctsim.cnt ../msvc/ctsim/
 
 htmlhelp: ctsim.tex
-       rm -f ctsim*.html ctsim.hhp ctsim.hhc ctsim.hhk
+       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
index 909075d97d421a3d8887b7660c586d22e88a78bd..97d608f73ddcf7deba5de09967b7edea388e9bb8 100644 (file)
Binary files a/doc/ctsim.htb and b/doc/ctsim.htb differ
diff --git a/doc/ctsim.texi b/doc/ctsim.texi
deleted file mode 100644 (file)
index f024f08..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-input texinfo   @c -*-texinfo-*-
-@c %**start of header
-@setfilename ctsim.info
-@settitle CTSim Manual
-@c %**end of header
-
-@setchapternewpage odd
-
-@ifinfo
-Reference Manual for CTSim
-
-Copyright (c) 2000 Kevin Rosenberg
-@end ifinfo
-
-@titlepage
-@sp 10
-@comment The title is printed in a large font.
-@center @titlefont{CTSim Manual}
-
-@c The following two commands start the copyright page.
-@page
-@vskip 0pt plus 1filll
-Copyright @copyright{} 2000 Kevin Rosenberg
-@end titlepage
-
-@node    Top,       Computed Tomography Overview, (dir),    (dir)
-@comment node-name, next,          previous, up
-
-@menu
-* Computed Tomography Overview::    The first chapter 
-* Algorithms:: Algorithms used by this program
-* Concept Index::    This index has two entries.
-@end menu
-
-@node    Computed Tomography Overview, Algorithms, Top,      Top
-@comment node-name,     next,          previous, up
-@chapter Computed Tomography Overview
-@cindex Overview
-
-@section Overview
-Computed Tomography is a process to reconstruction internal images of
-an object by taking projection data through that object.
-
-@cindex Another sample index entry
-
-Here is a numbered list.
-
-@enumerate
-@item
-This is the first item.
-
-@item
-This is the second item.
-@end enumerate
-
-The @code{makeinfo} and @code{texinfo-format-buffer}
-commands transform a Texinfo file such as this into
-an Info file; and @TeX{} typesets it for a printed
-manual.
-
-@node  Algorithms , Concept Index , Computed Tomography Overview , Top
-
-@section Theory
-This is great.
-
-@node    Concept Index,    ,  Algorithms , Top
-@comment node-name,    next,  previous,      up
-@unnumbered Concept Index
-
-@printindex cp
-
-@contents
-@bye
-