mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +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
|
||||
|
||||
# To allow "make distcheck" to succeed, lib-version.texi must either
|
||||
# be cleaned or be included in the distribution. There's no point
|
||||
# forcing a distribution build to regenerate lib-version.texi, because
|
||||
# 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.
|
||||
# be cleaned or be included in the distribution. Or both - and in
|
||||
# fact both are good. There's no point forcing a distribution build
|
||||
# to regenerate lib-version.texi, because 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
|
||||
# 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