Add `ChangeLog-2008' files to the distribution.
authorLudovic Courtès <ludo@gnu.org>
Fri, 12 Sep 2008 19:46:32 +0000 (21:46 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 12 Sep 2008 19:57:52 +0000 (21:57 +0200)
20 files changed:
Makefile.am
am/Makefile.am
benchmark-suite/Makefile.am
doc/Makefile.am
doc/goops/Makefile.am
doc/r5rs/Makefile.am
doc/ref/Makefile.am
doc/sources/Makefile.am
doc/tutorial/Makefile.am
emacs/Makefile.am
examples/Makefile.am
guile-config/Makefile.am
guile-readline/Makefile.am
ice-9/Makefile.am
lang/elisp/Makefile.am
libguile/Makefile.am
oop/Makefile.am
scripts/Makefile.am
srfi/Makefile.am
test-suite/Makefile.am

index ba9e72c..5b6e9e6 100644 (file)
@@ -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
 
index 5702f14..8b49c2b 100644 (file)
@@ -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
index a8f4719..afd1e77 100644 (file)
@@ -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
index 188fa83..599af2b 100644 (file)
@@ -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
index 1f7d469..81831ac 100644 (file)
@@ -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
index a3fbd70..e05586d 100644 (file)
@@ -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
index 60e23c2..ba24ad1 100644 (file)
@@ -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
index d201637..253d4b3 100644 (file)
@@ -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
index ed01b0a..5d4cc66 100644 (file)
@@ -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
index e10043c..ad7a5c9 100644 (file)
@@ -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
index ddea266..8450308 100644 (file)
@@ -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
index 4a2d9ba..cedcba9 100644 (file)
@@ -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.
index 50523e5..94e6f97 100644 (file)
@@ -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)
 
index 72c2655..22299c1 100644 (file)
@@ -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
index 390bf74..6f1e82f 100644 (file)
@@ -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
index 579ae89..b530565 100644 (file)
@@ -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
index a48fcb0..dcc2098 100644 (file)
@@ -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
index 7b69312..baf8ff4 100644 (file)
@@ -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)
index bb69bbb..048898d 100644 (file)
@@ -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
index 4a93808..c2266e4 100644 (file)
@@ -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'