Fix dangling references to files that have been removed.
authorLudovic Courtès <ludo@gnu.org>
Sat, 26 Apr 2008 17:27:55 +0000 (19:27 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 26 Apr 2008 19:12:43 +0000 (21:12 +0200)
ChangeLog
Makefile.am
doc/ChangeLog
doc/Makefile.am

index 20fe5eb7914fbea064d7ef2b956ef7e72e4cc5df..ee01164b57a8451de58c91aca140d6f2ba09f8fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-26  Ludovic Courtès  <ludo@gnu.org>
+
+       * Makefile.am (EXTRA_DIST): Remove `ANON-CVS' and `SNAPSHOTS'.
+
 2008-03-12  Neil Jerram  <neil@ossau.uklinux.net>
 
        * configure.in (AC_CONFIG_FILES): Add emacs/Makefile and
index 384ec5c6eae126687e66a91d57a3e14b9e0a6df6..7b4d0c30e3ca4b79dbe55150e6eac766c157b2c7 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-##     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007 Free Software Foundation, Inc.
+##     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007, 2008 Free Software Foundation, Inc.
 ##
 ##   This file is part of GUILE.
 ##
@@ -31,9 +31,7 @@ bin_SCRIPTS = guile-tools
 
 include_HEADERS = libguile.h
 
-# automake sometimes forgets to distribute acconfig.h,
-# apparently depending on the phase of the moon.
-EXTRA_DIST = LICENSE HACKING GUILE-VERSION ANON-CVS SNAPSHOTS FAQ
+EXTRA_DIST = LICENSE HACKING GUILE-VERSION FAQ
 
 TESTS = check-guile
 
index 4e07bcbb29ec2c4931137d761565b7b86c00b03a..4153ad8739b80e452a5343291512bf3ad0cd0509 100644 (file)
@@ -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.
index a9a0722254b26f5d9e769c0214449c7ac30e0936..5a850fc51b3c692f6e3dfe839d38773acb94c6a3 100644 (file)
@@ -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