From 1879df9750f787a4ee496ac30f7e03d6a5fbf7c7 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 14 Oct 2004 04:10:43 +0000 Subject: [PATCH] Update to remove gfdl.texinfo references. --- v7/doc/Makefile.in | 7 +++---- v7/doc/configure.ac | 13 ++++--------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/v7/doc/Makefile.in b/v7/doc/Makefile.in index 9e6fe897d..de8f52212 100644 --- a/v7/doc/Makefile.in +++ b/v7/doc/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.10 2003/04/25 03:38:49 cph Exp $ +# $Id: Makefile.in,v 1.11 2004/10/14 04:10:43 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. # @@ -64,8 +64,7 @@ psdir = @psdir@ INST_TARGETS = @INST_TARGETS@ SUBDIRS = imail ref-manual sos user-manual -DISTCLEAN_FILES = Makefile */Makefile config.cache config.log config.status \ - ref-manual/gfdl.texinfo sos/gfdl.texinfo user-manual/gfdl.texinfo +DISTCLEAN_FILES = Makefile */Makefile config.cache config.log config.status all: @for D in $(SUBDIRS); do \ diff --git a/v7/doc/configure.ac b/v7/doc/configure.ac index 0dad56c15..cc7986b24 100644 --- a/v7/doc/configure.ac +++ b/v7/doc/configure.ac @@ -1,14 +1,14 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme documentation], - [7.7.2], - [bug-cscheme@zurich.ai.mit.edu], + [7.7.91], + [bug-mit-scheme@gnu.org], [mit-scheme-doc]) -AC_REVISION([$Id: configure.ac,v 1.2 2003/02/14 19:22:43 cph Exp $]) +AC_REVISION([$Id: configure.ac,v 1.3 2004/10/14 04:10:14 cph Exp $]) AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo]) AC_COPYRIGHT( -[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. @@ -76,11 +76,6 @@ AC_SUBST([psdir]) AC_SUBST([INST_TARGETS]) -for D in ref-manual sos user-manual; do - test -L "${D}/gfdl.texinfo" \ - || (cd "${D}"; ${LN_S} ../imail/gfdl.texinfo .) -done - AC_CONFIG_FILES([ Makefile imail/Makefile -- 2.25.1