summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2023-02-23 16:32:15 (EST)
committer P. J. McDermott <pj@pehjota.net>2023-02-23 16:32:15 (EST)
commit1e95f6ff9483b85f3606fafa7b701ca8e1b2c6e9 (patch)
tree7ce0ecd48ce6ac01891b572227a45734a2559596
parented0668ba242b3bfcc8532a31fcb99c5836412124 (diff)
downloadxcftools-master.zip
xcftools-master.tar.gz
xcftools-master.tar.bz2
Update "dist" target for GitHEADmaster
-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`