From: Chris Hanson Date: Fri, 23 Feb 2001 04:37:15 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~2970 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=98e22ac56a15be8ada38259db439f8f3374ff5c2;p=mit-scheme.git Fix typo. --- diff --git a/v7/doc/Makefile.in b/v7/doc/Makefile.in index 8ffd2d196..56b3f5f0e 100644 --- a/v7/doc/Makefile.in +++ b/v7/doc/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.5 2000/12/23 05:14:02 cph Exp $ +# $Id: Makefile.in,v 1.6 2001/02/23 04:37:15 cph Exp $ # -# Copyright (c) 2000 Massachusetts Institute of Technology +# Copyright (c) 2000-2001 Massachusetts Institute of Technology # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -62,7 +62,7 @@ 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 + ref-manual/gfdl.texinfo sos/gfdl.texinfo user-manual/gfdl.texinfo all: @for D in $(SUBDIRS); do \