fixed git distribution check for .gitattributes added in previous commit
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 17 Aug 2020 10:22:04 +0000 (12:22 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 17 Aug 2020 10:22:04 +0000 (12:22 +0200)
Makefile.am

index ae1905f4c64645fe5a4c17b5fafa4870eb9ac579..3f4a9c6250a943e6e2b41d5c829ef31e91777895 100644 (file)
@@ -135,6 +135,7 @@ dist-hook-git: distfiles
             (git --version) >/dev/null 2>&1; then                           \
          (cd $(srcdir) && git ls-files)                                    \
            | grep -vE '\.gitignore|README.Git|Smake|Bug-administration'    \
+           | grep -vE '\.gitattributes'                                    \
            | LC_ALL=C sort -u > gitfiles;                                  \
          LC_ALL=C comm -1 -3 distfiles gitfiles > missing-distfiles;       \
          if test -s missing-distfiles; then                                \