diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-04-26 19:27:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-04-26 19:27:55 +0200 |
commit | 1afb97c4643163efdeb9cde28533132d823ac516 (patch) | |
tree | 8ba7115566f66cf047b3555f7be55667df80d717 /doc | |
parent | 535b3592b24693a0d24b7c7fd4702d3c405bf3d6 (diff) | |
download | guile-1afb97c4643163efdeb9cde28533132d823ac516.tar.gz |
Fix dangling references to files that have been removed.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 4e07bcbb2..4153ad873 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-04-26 Ludovic Courtès <ludo@gnu.org> + + * Makefile.am (EXAMPLE_SMOB_FILES): Remove `COPYING'. + 2008-01-22 Neil Jerram <neil@ossau.uklinux.net> * COPYING: Removed. diff --git a/doc/Makefile.am b/doc/Makefile.am index a9a072225..5a850fc51 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with Automake to create Makefile.in ## -## Copyright (C) 1998, 2002, 2006 Free Software Foundation, Inc. +## Copyright (C) 1998, 2002, 2006, 2008 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -27,7 +27,7 @@ SUBDIRS = ref tutorial goops r5rs # man_MANS = guile.1 EXAMPLE_SMOB_FILES = \ - ChangeLog Makefile README COPYING image-type.c image-type.h myguile.c + ChangeLog Makefile README image-type.c image-type.h myguile.c OLDFMT = oldfmt.c |