Integrate GFDL directly into document.
authorChris Hanson <org/chris-hanson/cph>
Thu, 14 Oct 2004 04:03:55 +0000 (04:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 14 Oct 2004 04:03:55 +0000 (04:03 +0000)
v7/doc/imail/Makefile.in
v7/doc/sos/Makefile.in
v7/doc/user-manual/Makefile.in

index e573e94dfca7a3449486ab9aee5578818ae4dcfb..fba497f7befef94307900994c2a9e0a3a006ac99 100644 (file)
@@ -1,7 +1,7 @@
 
-# $Id: Makefile.in,v 1.6 2003/02/14 19:22:43 cph Exp $
+# $Id: Makefile.in,v 1.7 2004/10/14 04:03:19 cph Exp $
 #
-# Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
+# Copyright 2000,2001,2002,2003,2004 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -67,21 +67,21 @@ INFO_TARGET = mit-scheme-imail.info
 
 all: $(INFO_TARGET) imail.html imail.pdf imail.ps
 
-$(INFO_TARGET): imail.texinfo gfdl.texinfo
+$(INFO_TARGET): imail.texinfo
        rm -f $(INFO_TARGET)*
        makeinfo --output=$(INFO_TARGET) imail.texinfo
 
-imail.html: imail.texinfo gfdl.texinfo
+imail.html: imail.texinfo
        rm -f imail*.html
        texi2html -split_chapter imail.texinfo
 
-imail.pdf: imail.texinfo gfdl.texinfo
+imail.pdf: imail.texinfo
        texi2pdf imail.texinfo
 
 imail.ps: imail.dvi
        dvips -o $@ $^
 
-imail.dvi: imail.texinfo gfdl.texinfo
+imail.dvi: imail.texinfo
        texi2dvi imail.texinfo
 
 AUX_SUFFIXES = aux log toc
index 4e0ce1a6dd9ddda13bff514f1bf988bd225099db..3f39fe34a3382507c9e577014e5eaf2ee66e8fbc 100644 (file)
@@ -1,7 +1,7 @@
 
-# $Id: Makefile.in,v 2.6 2003/02/14 19:22:43 cph Exp $
+# $Id: Makefile.in,v 2.7 2004/10/14 04:03:27 cph Exp $
 #
-# Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
+# Copyright 2000,2001,2002,2003,2004 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -67,21 +67,21 @@ INFO_TARGET = mit-scheme-sos.info
 
 all: $(INFO_TARGET) sos.html sos.pdf sos.ps
 
-$(INFO_TARGET): sos.texinfo gfdl.texinfo
+$(INFO_TARGET): sos.texinfo
        rm -f $(INFO_TARGET)*
        makeinfo --output=$(INFO_TARGET) sos.texinfo
 
-sos.html: sos.texinfo gfdl.texinfo
+sos.html: sos.texinfo
        rm -f sos*.html
        texi2html -split_chapter sos.texinfo
 
-sos.pdf: sos.texinfo gfdl.texinfo
+sos.pdf: sos.texinfo
        texi2pdf sos.texinfo
 
 sos.ps: sos.dvi
        dvips -o $@ $^
 
-sos.dvi: sos.texinfo gfdl.texinfo
+sos.dvi: sos.texinfo
        texi2dvi sos.texinfo
 
 AUX_SUFFIXES = aux log toc
index 079b4cdb8a5fbd1357e49b8603e1ac7001252209..af7be3057775024ceafcc15f378602eae4a20137 100644 (file)
@@ -1,7 +1,7 @@
 
-# $Id: Makefile.in,v 1.6 2003/02/14 19:22:43 cph Exp $
+# $Id: Makefile.in,v 1.7 2004/10/14 04:03:55 cph Exp $
 #
-# Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
+# Copyright 2000,2001,2002,2003,2004 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -67,21 +67,21 @@ INFO_TARGET = mit-scheme-user.info
 
 all: $(INFO_TARGET) user.html user.pdf user.ps
 
-$(INFO_TARGET): user.texinfo gfdl.texinfo
+$(INFO_TARGET): user.texinfo
        rm -f $(INFO_TARGET)*
        makeinfo --output=$(INFO_TARGET) user.texinfo
 
-user.html: user.texinfo gfdl.texinfo
+user.html: user.texinfo
        rm -f user*.html
        texi2html -split_chapter user.texinfo
 
-user.pdf: user.texinfo gfdl.texinfo
+user.pdf: user.texinfo
        texi2pdf user.texinfo
 
 user.ps: user.dvi
        dvips -o $@ $^
 
-user.dvi: user.texinfo gfdl.texinfo
+user.dvi: user.texinfo
        texi2dvi user.texinfo
 
 AUX_SUFFIXES = aux log toc