build: Adjust 'gen-AUTHORS' for 'distcheck' and when run from a tarball.

* Makefile.am (gen-AUTHORS): Don't do anything if '.git' is missing.  Remove
  "$(distdir)/AUTHORS" before invoking 'generate-authors.scm'.
This commit is contained in:
Ludovic Courtès 2015-07-19 21:50:57 +02:00
parent a5b2570a1c
commit ac140f7966
1 changed files with 6 additions and 3 deletions

View File

@ -389,9 +389,12 @@ gen-ChangeLog:
fi
gen-AUTHORS:
$(top_builddir)/pre-inst-env "$(GUILE)" \
"$(top_srcdir)/build-aux/generate-authors.scm" \
"$(top_srcdir)" "$(distdir)/AUTHORS"
if test -d .git; then \
rm -f "$(distdir)/AUTHORS"; \
$(top_builddir)/pre-inst-env "$(GUILE)" \
"$(top_srcdir)/build-aux/generate-authors.scm" \
"$(top_srcdir)" "$(distdir)/AUTHORS"; \
fi
# Make sure we're not shipping a file that embeds a local /gnu/store file name.
assert-no-store-file-names: