summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-09-12 21:46:32 +0200
committerLudovic Courtès <ludo@gnu.org>2008-09-12 21:57:52 +0200
commit61db429e251bfd2f75cb4632972e0238056eb24b (patch)
tree09766877ca809db502af3d05feb59a544d9f83f2
parentafb59d75b879b6265597320dfb28a7a5e50ae4ea (diff)
downloadguile-61db429e251bfd2f75cb4632972e0238056eb24b.tar.gz
Add `ChangeLog-2008' files to the distribution.
-rw-r--r--Makefile.am6
-rw-r--r--am/Makefile.am4
-rw-r--r--benchmark-suite/Makefile.am3
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/goops/Makefile.am4
-rw-r--r--doc/r5rs/Makefile.am4
-rw-r--r--doc/ref/Makefile.am4
-rw-r--r--doc/sources/Makefile.am2
-rw-r--r--doc/tutorial/Makefile.am4
-rw-r--r--emacs/Makefile.am4
-rw-r--r--examples/Makefile.am4
-rw-r--r--guile-config/Makefile.am4
-rw-r--r--guile-readline/Makefile.am4
-rw-r--r--ice-9/Makefile.am2
-rw-r--r--lang/elisp/Makefile.am4
-rw-r--r--libguile/Makefile.am8
-rw-r--r--oop/Makefile.am4
-rw-r--r--scripts/Makefile.am4
-rw-r--r--srfi/Makefile.am2
-rw-r--r--test-suite/Makefile.am2
20 files changed, 43 insertions, 34 deletions
diff --git a/Makefile.am b/Makefile.am
index ba9e72c7e..5b6e9e67d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,9 +31,9 @@ bin_SCRIPTS = guile-tools
include_HEADERS = libguile.h
-EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
- m4/ChangeLog FAQ guile-1.8.pc.in \
- m4/autobuild.m4
+EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
+ m4/ChangeLog-2008 FAQ guile-1.8.pc.in \
+ m4/autobuild.m4 ChangeLog-2008
TESTS = check-guile
diff --git a/am/Makefile.am b/am/Makefile.am
index 5702f1480..8b49c2bca 100644
--- a/am/Makefile.am
+++ b/am/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with Automake to create Makefile.in
##
-## Copyright (C) 2002, 2006 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2006, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -23,6 +23,6 @@ AUTOMAKE_OPTIONS = gnu
am_frags = pre-inst-guile maintainer-dirs
-EXTRA_DIST = $(am_frags)
+EXTRA_DIST = $(am_frags) ChangeLog-2008
## Makefile.am ends here
diff --git a/benchmark-suite/Makefile.am b/benchmark-suite/Makefile.am
index a8f471996..afd1e77bd 100644
--- a/benchmark-suite/Makefile.am
+++ b/benchmark-suite/Makefile.am
@@ -4,4 +4,5 @@ SCM_BENCHMARKS = benchmarks/0-reference.bm \
benchmarks/logand.bm \
benchmarks/read.bm
-EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS)
+EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS) \
+ ChangeLog-2008
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 188fa8334..599af2ba9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -27,7 +27,7 @@ SUBDIRS = ref tutorial goops r5rs
# man_MANS = guile.1
EXAMPLE_SMOB_FILES = \
- ChangeLog Makefile README image-type.c image-type.h myguile.c
+ ChangeLog-2008 Makefile README image-type.c image-type.h myguile.c
OLDFMT = oldfmt.c
@@ -38,7 +38,7 @@ dist-hook:
cp $(srcdir)/example-smob/$$f $(distdir)/example-smob/; \
done
-EXTRA_DIST = groupings.alist # guile-api.alist
+EXTRA_DIST = groupings.alist ChangeLog-2008 # guile-api.alist
# pending the papers from Robert Merkel
# EXTRA_DIST = guile.1
diff --git a/doc/goops/Makefile.am b/doc/goops/Makefile.am
index 1f7d46998..81831ac7c 100644
--- a/doc/goops/Makefile.am
+++ b/doc/goops/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with Automake to create Makefile.in
##
-## Copyright (C) 1998, 2004, 2006 Free Software Foundation, Inc.
+## Copyright (C) 1998, 2004, 2006, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -27,3 +27,5 @@ goops_TEXINFOS = goops-tutorial.texi \
hierarchy.eps hierarchy.png hierarchy.txt hierarchy.pdf
TEXINFO_TEX = ../ref/texinfo.tex
+
+EXTRA_DIST = ChangeLog-2008
diff --git a/doc/r5rs/Makefile.am b/doc/r5rs/Makefile.am
index a3fbd702a..e05586dc0 100644
--- a/doc/r5rs/Makefile.am
+++ b/doc/r5rs/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with Automake to create Makefile.in
##
-## Copyright (C) 1998, 2006 Free Software Foundation, Inc.
+## Copyright (C) 1998, 2006, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -24,3 +24,5 @@ AUTOMAKE_OPTIONS = gnu
info_TEXINFOS = r5rs.texi
TEXINFO_TEX = ../ref/texinfo.tex
+
+EXTRA_DIST = ChangeLog-2008
diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am
index 60e23c27d..ba24ad100 100644
--- a/doc/ref/Makefile.am
+++ b/doc/ref/Makefile.am
@@ -80,6 +80,8 @@ guile_TEXINFOS = preface.texi \
ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
+EXTRA_DIST = ChangeLog-2008
+
include $(top_srcdir)/am/pre-inst-guile
# Automated snarfing
@@ -102,4 +104,4 @@ MAINTAINERCLEANFILES = autoconf-macros.texi
# it can't possibly be different on the build machine than where the
# distribution was generated, so we might as well include it in the
# distribution.
-EXTRA_DIST = lib-version.texi
+EXTRA_DIST += lib-version.texi
diff --git a/doc/sources/Makefile.am b/doc/sources/Makefile.am
index d201637e4..253d4b31d 100644
--- a/doc/sources/Makefile.am
+++ b/doc/sources/Makefile.am
@@ -4,4 +4,4 @@ EXTRA_DIST = libguile-overview.texi snarf.texi contributors.texi
libguile-tools.texi strings.texi data-rep.texi new-types.texi tk.texi \
debug-c.texi old-intro.texi unix-other.texi debug-scheme.texi \
sample-APIs.texi unix.texi guile-slib.texi scheme-concepts.texi \
- jimb-org.texi scm-ref.texi
+ jimb-org.texi scm-ref.texi ChangeLog-2008
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
index ed01b0a3c..5d4cc6680 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with Automake to create Makefile.in
##
-## Copyright (C) 1998, 2006 Free Software Foundation, Inc.
+## Copyright (C) 1998, 2006, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -24,3 +24,5 @@ AUTOMAKE_OPTIONS = gnu
info_TEXINFOS = guile-tut.texi
TEXINFO_TEX = ../ref/texinfo.tex
+
+EXTRA_DIST = ChangeLog-2008
diff --git a/emacs/Makefile.am b/emacs/Makefile.am
index e10043c2b..ad7a5c939 100644
--- a/emacs/Makefile.am
+++ b/emacs/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
-## Copyright (C) 2006 Free Software Foundation, Inc.
+## Copyright (C) 2006, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -24,4 +24,4 @@ AUTOMAKE_OPTIONS = gnu
dist_lisp_LISP = gds.el gds-server.el gds-scheme.el
ELCFILES =
-ETAGS_ARGS = $(dist_lisp_LISP)
+ETAGS_ARGS = $(dist_lisp_LISP) ChangeLog-2008
diff --git a/examples/Makefile.am b/examples/Makefile.am
index ddea2663c..84503088f 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with Automake to create Makefile.in
##
-## Copyright (C) 2001, 2006 Free Software Foundation, Inc.
+## Copyright (C) 2001, 2006, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -22,4 +22,4 @@
SUBDIRS = scripts box box-module box-dynamic box-dynamic-module\
modules safe
-EXTRA_DIST = README
+EXTRA_DIST = README ChangeLog-2008
diff --git a/guile-config/Makefile.am b/guile-config/Makefile.am
index 4a2d9ba4f..cedcba968 100644
--- a/guile-config/Makefile.am
+++ b/guile-config/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with Automake to create Makefile.in
## Jim Blandy <jimb@red-bean.com> --- September 1997
##
-## Copyright (C) 1998, 1999, 2001, 2006, 2007 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2001, 2006, 2007, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -22,7 +22,7 @@
bin_SCRIPTS=guile-config
CLEANFILES=guile-config
-EXTRA_DIST=guile-config.in guile.m4
+EXTRA_DIST=guile-config.in guile.m4 ChangeLog-2008
## FIXME: in the future there will be direct automake support for
## doing this. When that happens, switch over.
diff --git a/guile-readline/Makefile.am b/guile-readline/Makefile.am
index 50523e5b3..94e6f9741 100644
--- a/guile-readline/Makefile.am
+++ b/guile-readline/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with Automake to create Makefile.in
##
-## Copyright (C) 1998, 1999, 2000, 2001, 2004, 2006, 2007 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -48,7 +48,7 @@ SUFFIXES = .x
.c.x:
$(GUILE_SNARF) -o $@ $< $(snarfcppopts)
-EXTRA_DIST = LIBGUILEREADLINE-VERSION
+EXTRA_DIST = LIBGUILEREADLINE-VERSION ChangeLog-2008
MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am
index 72c2655e5..22299c15f 100644
--- a/ice-9/Makefile.am
+++ b/ice-9/Makefile.am
@@ -44,7 +44,7 @@ subpkgdata_DATA = $(ice9_sources)
TAGS_FILES = $(subpkgdata_DATA)
## test.scm is not currently installed.
-EXTRA_DIST = $(ice9_sources) test.scm compile-psyntax.scm
+EXTRA_DIST = $(ice9_sources) test.scm compile-psyntax.scm ChangeLog-2008
# We expect this to never be invoked when there is not already
# ice-9/psyntax.pp in %load-path, since compile-psyntax.scm depends
diff --git a/lang/elisp/Makefile.am b/lang/elisp/Makefile.am
index 390bf7427..6f1e82fc5 100644
--- a/lang/elisp/Makefile.am
+++ b/lang/elisp/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
-## Copyright (C) 1998, 1999, 2000, 2001, 2004, 2006 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2004, 2006, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -36,4 +36,4 @@ subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang/elisp
subpkgdata_DATA = $(elisp_sources)
TAGS_FILES = $(subpkgdata_DATA)
-EXTRA_DIST = $(elisp_sources)
+EXTRA_DIST = $(elisp_sources) ChangeLog-2008
diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index 579ae89a2..b53056587 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -236,10 +236,10 @@ bin_SCRIPTS = guile-snarf
noinst_SCRIPTS = guile-doc-snarf guile-snarf-docs guile-func-name-check
EXTRA_DIST = ChangeLog-gh ChangeLog-scm ChangeLog-threads \
- ChangeLog-1996-1999 ChangeLog-2000 cpp_signal.c \
- cpp_errno.c cpp_err_symbols.in cpp_err_symbols.c \
- cpp_sig_symbols.c cpp_sig_symbols.in cpp_cnvt.awk \
- c-tokenize.lex version.h.in \
+ ChangeLog-1996-1999 ChangeLog-2000 ChangeLog-2008 cpp_signal.c \
+ cpp_errno.c cpp_err_symbols.in cpp_err_symbols.c \
+ cpp_sig_symbols.c cpp_sig_symbols.in cpp_cnvt.awk \
+ c-tokenize.lex version.h.in \
scmconfig.h.top libgettext.h
# $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES) \
# guile-procedures.txt guile.texi
diff --git a/oop/Makefile.am b/oop/Makefile.am
index a48fcb080..dcc20985c 100644
--- a/oop/Makefile.am
+++ b/oop/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
-## Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
+## Copyright (C) 2000, 2004, 2006, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -30,4 +30,4 @@ subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/oop
subpkgdata_DATA = $(oop_sources)
TAGS_FILES = $(subpkgdata_DATA)
-EXTRA_DIST = $(oop_sources)
+EXTRA_DIST = $(oop_sources) ChangeLog-2008
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 7b69312ce..baf8ff46d 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
-## Copyright (C) 2002, 2006 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2006, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -44,7 +44,7 @@ scripts_sources = \
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/scripts
subpkgdata_SCRIPTS = $(scripts_sources)
-EXTRA_DIST = $(scripts_sources)
+EXTRA_DIST = $(scripts_sources) ChangeLog-2008
list:
@echo $(scripts_sources)
diff --git a/srfi/Makefile.am b/srfi/Makefile.am
index bb69bbbf2..048898dce 100644
--- a/srfi/Makefile.am
+++ b/srfi/Makefile.am
@@ -88,7 +88,7 @@ srfi_DATA = srfi-1.scm \
srfi-69.scm \
srfi-88.scm
-EXTRA_DIST = $(srfi_DATA)
+EXTRA_DIST = $(srfi_DATA) ChangeLog-2008
TAGS_FILES = $(srfi_DATA)
GUILE_SNARF = ../libguile/guile-snarf
diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am
index 4a9380849..c2266e44d 100644
--- a/test-suite/Makefile.am
+++ b/test-suite/Makefile.am
@@ -98,7 +98,7 @@ SCM_TESTS = tests/alist.test \
SCM_TESTS_DIRS = tests/asmobs \
tests/c-api
-EXTRA_DIST = guile-test lib.scm $(SCM_TESTS)
+EXTRA_DIST = guile-test lib.scm $(SCM_TESTS) ChangeLog-2008
## Automake should be able to handle the distribution of tests/asmobs
## etc without any help, but not all version can handle 'deep'