From: Chris Hanson Date: Thu, 14 Oct 2004 04:03:55 +0000 (+0000) Subject: Integrate GFDL directly into document. X-Git-Tag: 20090517-FFI~1554 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=61a58e69a7adb928a37b9f19f45ec87c9239d38e;p=mit-scheme.git Integrate GFDL directly into document. --- diff --git a/v7/doc/imail/Makefile.in b/v7/doc/imail/Makefile.in index e573e94df..fba497f7b 100644 --- a/v7/doc/imail/Makefile.in +++ b/v7/doc/imail/Makefile.in @@ -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 diff --git a/v7/doc/sos/Makefile.in b/v7/doc/sos/Makefile.in index 4e0ce1a6d..3f39fe34a 100644 --- a/v7/doc/sos/Makefile.in +++ b/v7/doc/sos/Makefile.in @@ -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 diff --git a/v7/doc/user-manual/Makefile.in b/v7/doc/user-manual/Makefile.in index 079b4cdb8..af7be3057 100644 --- a/v7/doc/user-manual/Makefile.in +++ b/v7/doc/user-manual/Makefile.in @@ -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