From 1e95f6ff9483b85f3606fafa7b701ca8e1b2c6e9 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 23 Feb 2023 16:32:15 -0500 Subject: Update "dist" target for Git --- 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` -- cgit v0.9.1