summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am6
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/Makefile.am4
4 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 40c0f6fdb..12649dc9f 100644
--- 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-02-23 Neil Jerram <neil@ossau.uklinux.net>
* FAQ: New file.
diff --git a/Makefile.am b/Makefile.am
index 6f927654b..14140f093 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
+EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
m4/ChangeLog FAQ
TESTS = check-guile
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