From 1a3c96d68b157a5b446409e1397eafdbc3105339 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 21 Jul 2000 18:26:43 +0000 Subject: [PATCH] Add GFDL chapter. --- v7/doc/user-manual/Makefile | 10 +++++----- v7/doc/user-manual/user.texinfo | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/v7/doc/user-manual/Makefile b/v7/doc/user-manual/Makefile index 545af9558..cccac022d 100644 --- a/v7/doc/user-manual/Makefile +++ b/v7/doc/user-manual/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.5 2000/07/10 22:12:34 cph Exp $ +# $Id: Makefile,v 1.6 2000/07/21 18:25:24 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -22,19 +22,19 @@ all: user.ps user.pdf user.info html/user_toc.html user.ps: user.dvi dvips -o $@ $^ -user.dvi: user.texinfo +user.dvi: user.texinfo gfdl.texinfo texi2dvi $^ -user.pdf: user.texinfo +user.pdf: user.texinfo gfdl.texinfo texi2pdf $^ -user.info: user.texinfo +user.info: user.texinfo gfdl.texinfo makeinfo $^ rm -f /usr/local/lib/mit-scheme/edwin/info/user.info* cpx user.info* /usr/local/lib/mit-scheme/edwin/info/. gzip -v /usr/local/lib/mit-scheme/edwin/info/user.info* -html/user_toc.html: user.texinfo +html/user_toc.html: user.texinfo gfdl.texinfo (cd html;make) AUX_SUFFIXES = aux log toc diff --git a/v7/doc/user-manual/user.texinfo b/v7/doc/user-manual/user.texinfo index e1e96c772..6ad895842 100644 --- a/v7/doc/user-manual/user.texinfo +++ b/v7/doc/user-manual/user.texinfo @@ -2,7 +2,7 @@ @iftex @finalout @end iftex -@comment $Id: user.texinfo,v 1.74 2000/07/21 18:23:32 cph Exp $ +@comment $Id: user.texinfo,v 1.75 2000/07/21 18:26:43 cph Exp $ @comment %**start of header (This is for running Texinfo on a region.) @setfilename user.info @settitle MIT Scheme User's Manual @@ -68,6 +68,7 @@ Scheme with Edwin and GNU Emacs. * GNU Emacs Interface:: * Edwin:: * Release Notes:: +* GNU Free Documentation License:: * Index:: @end menu @@ -4677,7 +4678,7 @@ Edwin's internal display data structures to get into an inconsistent state that prevents Edwin from running. @end deffn -@node Release Notes, Index, Edwin, Top +@node Release Notes, GNU Free Documentation License, Edwin, Top @appendix Release Notes The previous full release of MIT Scheme was version 7.4.7 in 1998. This @@ -5206,11 +5207,11 @@ New undocumented primitives provide access to the registry. @end itemize -@node GNU Free Documentation License, Binding Index, Printing, Top +@node GNU Free Documentation License, Index, Release Notes, Top @unnumbered GNU Free Documentation License @include gfdl.texinfo -@node Index, , Release Notes, Top +@node Index, , GNU Free Documentation License, Top @unnumbered Index @printindex cp -- 2.25.1