1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Add `ChangeLog-2008' files to the distribution.

This commit is contained in:
Ludovic Courtès 2008-09-12 21:46:32 +02:00
parent afb59d75b8
commit 61db429e25
20 changed files with 43 additions and 34 deletions

View file

@ -32,8 +32,8 @@ 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
m4/ChangeLog-2008 FAQ guile-1.8.pc.in \
m4/autobuild.m4 ChangeLog-2008
TESTS = check-guile

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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.

View 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)

View 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

View 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

View file

@ -236,7 +236,7 @@ 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 \
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 \

View 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

View 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)

View 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

View 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'