mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
Merge commit '4c9e29ec38
' into vm-check
This commit is contained in:
commit
9a931c6883
1 changed files with 8 additions and 5 deletions
|
@ -101,9 +101,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue