From 1afb97c4643163efdeb9cde28533132d823ac516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 26 Apr 2008 19:27:55 +0200 Subject: [PATCH] Fix dangling references to files that have been removed. --- ChangeLog | 4 ++++ Makefile.am | 6 ++---- doc/ChangeLog | 4 ++++ doc/Makefile.am | 4 ++-- 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 + + * Makefile.am (EXTRA_DIST): Remove `ANON-CVS' and `SNAPSHOTS'. + 2008-02-23 Neil Jerram * 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 + + * Makefile.am (EXAMPLE_SMOB_FILES): Remove `COPYING'. + 2008-01-22 Neil Jerram * 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