projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51cf173
)
fixed git distribution check for .gitattributes added in previous commit
author
Friedrich Beckmann
<friedrich.beckmann@gmx.de>
Mon, 17 Aug 2020 10:22:04 +0000
(12:22 +0200)
committer
Friedrich Beckmann
<friedrich.beckmann@gmx.de>
Mon, 17 Aug 2020 10:22:04 +0000
(12:22 +0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index ae1905f4c64645fe5a4c17b5fafa4870eb9ac579..3f4a9c6250a943e6e2b41d5c829ef31e91777895 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-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 \