The previous commit introduced a new "meta" file. But it provoked our test for
missing distribution files. This change fixes that.
dist-hook-git: distfiles
@if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \
(cd $(srcdir) && git ls-files) \
- | grep -vE '\.gitignore|README.Git|Smake' \
+ | grep -vE '\.gitignore|README.Git|Smake|Bug-administration' \
| LC_ALL=C sort -u > gitfiles; \
LC_ALL=C comm -1 -3 distfiles gitfiles > missing-distfiles; \
if test -s missing-distfiles; then \