r1848: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 1 May 2002 08:03:53 +0000 (08:03 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 1 May 2002 08:03:53 +0000 (08:03 +0000)
debian/rules
doc/Makefile.am
doc/Makefile.in
doc/ctsim-tex2rtf.bib [new file with mode: 0644]
doc/ctsim.bib [deleted file]

index 406ea396f0120f3bfc43fcfa451bbd4266dc6c5b..432e18a03ea4b1bcb3b688f92cee87127cac1da9 100755 (executable)
@@ -67,7 +67,7 @@ binary-arch: build install
        dh_testdir
        dh_testroot
 #      dh_installdebconf       
-       dh_installdocs
+#      dh_installdocs
        dh_installexamples tools/sample-ctsim.sh helical/sample-helical.sh
 #      dh_installmenu
 #      dh_installlogrotate
@@ -80,7 +80,7 @@ binary-arch: build install
 #      dh_installinfo
 #      dh_undocumented
        dh_installchangelogs ChangeLog
-       dh_link
+#      dh_link
        dh_strip
        dh_compress
        dh_fixperms
index eec3d5acc1eae80eab8ecee0af6bb388757bfe30..558768be7926cfca986dd417f4becd1b62fc6cbb 100644 (file)
@@ -10,9 +10,9 @@ mysober.sty fancyhea.sty ctsim.bib ctsim-latex.bib ctsim-tex2rtf.bib
 EXTRA_DIST = ${docs} ctsim.htb 
 
 dvi: ctsim.tex
+       cp ctsim-latex.bib ctsim.bib
        latex ctsim
        bibtex ctsim
-       cp ctsim-latex.bib ctsim.bib
        latex ctsim
        makeindex ctsim
        latex ctsim
index 2a02e03f65a6f2fc679d3b89d661d57a858ff68f..ed4eeb5cbba7c708d76e22ef0e3eaedd13864bf7 100644 (file)
@@ -199,9 +199,9 @@ mostlyclean distclean maintainer-clean
 
 
 dvi: ctsim.tex
+       cp ctsim-latex.bib ctsim.bib
        latex ctsim
        bibtex ctsim
-       cp ctsim-latex.bib ctsim.bib
        latex ctsim
        makeindex ctsim
        latex ctsim
diff --git a/doc/ctsim-tex2rtf.bib b/doc/ctsim-tex2rtf.bib
new file mode 100644 (file)
index 0000000..c81c309
--- /dev/null
@@ -0,0 +1,43 @@
+\bibliography{ctsim}
+\bibliographystyle{plain}
+
+@book{KAK87,
+  author = {A. Kak and M. Slaney},
+  title = {Principles of Computerized Tomographic Imaging},
+  publisher = {IEEE Press, New York},
+  year = {1987}
+}
+
+@book{HERMAN80,
+  author = {G.T. Herman},
+  title = {Image Reconstruction from Projections: The Fundamentals of Computerized Tomography},
+  year = {1980},
+  publisher = {Academic Press, New York, 1980}
+}
+
+@book{PRESS92,
+  author = {W.H. Press, S.A. Teukolsky, W.T. Vellerling, and B.P. Flannery},
+  title = {Numerical Recipes in C: The Art of Scientific Computing},
+  publisher = {Cambridge University Press, Cambridge},
+  edition = {Second},
+  year = {1992}
+}
+
+@book{FOLEY82,
+  author = {J.D. Foley and A. van Dam},
+  title = {Fundamentals of Interactive Computer Graphics},
+  publisher = {Addison-Wesley},
+  year = {1982}
+}
+
+@article{SHEPP74,
+  author = {L. Shepp and B. Logan},
+  title = {The Fourier Reconstruction of a Head Section},
+  journal = {IEEE Transactions in Nuclear Science},
+  volume = {NS-21},
+  number = {6},
+  pages = {21-43},
+  year = {1974}
+}
+
+
diff --git a/doc/ctsim.bib b/doc/ctsim.bib
deleted file mode 100644 (file)
index c81c309..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-\bibliography{ctsim}
-\bibliographystyle{plain}
-
-@book{KAK87,
-  author = {A. Kak and M. Slaney},
-  title = {Principles of Computerized Tomographic Imaging},
-  publisher = {IEEE Press, New York},
-  year = {1987}
-}
-
-@book{HERMAN80,
-  author = {G.T. Herman},
-  title = {Image Reconstruction from Projections: The Fundamentals of Computerized Tomography},
-  year = {1980},
-  publisher = {Academic Press, New York, 1980}
-}
-
-@book{PRESS92,
-  author = {W.H. Press, S.A. Teukolsky, W.T. Vellerling, and B.P. Flannery},
-  title = {Numerical Recipes in C: The Art of Scientific Computing},
-  publisher = {Cambridge University Press, Cambridge},
-  edition = {Second},
-  year = {1992}
-}
-
-@book{FOLEY82,
-  author = {J.D. Foley and A. van Dam},
-  title = {Fundamentals of Interactive Computer Graphics},
-  publisher = {Addison-Wesley},
-  year = {1982}
-}
-
-@article{SHEPP74,
-  author = {L. Shepp and B. Logan},
-  title = {The Fourier Reconstruction of a Head Section},
-  journal = {IEEE Transactions in Nuclear Science},
-  volume = {NS-21},
-  number = {6},
-  pages = {21-43},
-  year = {1974}
-}
-
-