summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 72a114c..87e7b8c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -276,7 +276,7 @@ dist: ajour $(patsubst %,po/%.po,$(LINGUAS))
noncvs > notcvsfiles || cp dist-generated notcvsfiles
diff -u dist-generated notcvsfiles
$(RM) notcvsfiles
- find . -type f -print | grep -v CVS | grep -v debian | \
+ find . -type f -print | grep -v CVS | grep -v debian | grep -Fv .git | \
sed 's!^\./!$(APPNAME)-$(VERSION)/!' | sort -o tar-manifest
ln -s . $(APPNAME)-$(VERSION)
GZIP=-9 tar cvzf $(APPNAME)-$(VERSION).tar.gz `cat tar-manifest`