1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 21:20:30 +02:00

Merge branch 'master' into ossau-gds-dev

This commit is contained in:
Neil Jerram 2009-02-09 22:05:18 +00:00
commit 8a40db3714

View file

@ -98,9 +98,12 @@ lib-version.texi: $(top_srcdir)/GUILE-VERSION
MAINTAINERCLEANFILES = autoconf-macros.texi MAINTAINERCLEANFILES = autoconf-macros.texi
# To allow "make distcheck" to succeed, lib-version.texi must either # To allow "make distcheck" to succeed, lib-version.texi must either
# be cleaned or be included in the distribution. There's no point # be cleaned or be included in the distribution. Or both - and in
# forcing a distribution build to regenerate lib-version.texi, because # fact both are good. There's no point forcing a distribution build
# it can't possibly be different on the build machine than where the # to regenerate lib-version.texi, because it can't possibly be
# distribution was generated, so we might as well include it in the # different on the build machine than where the distribution was
# distribution. # generated, so we might as well include it in the distribution.
EXTRA_DIST += lib-version.texi EXTRA_DIST += lib-version.texi
# But when we want to get back to a clean tree, lib-version.texi
# should be cleaned.
CLEANFILES = lib-version.texi