aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2015-03-25 22:46:06 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2015-03-25 22:46:06 +0000
commit61d21e5b7a3d309038d5b3210ab261858e7334e3 (patch)
treef6c3a5cba34aab72347dcfdb0d7a542276175636 /Makefile
parenta70b7d7e362faf2b49857499c91ef95d141caebd (diff)
Minor fixes before 3.4 release.3.4
Added date to doc/CHANGES and fixed "make tar".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60ecd0cf..ad0f3b88 100644
--- a/Makefile
+++ b/Makefile
@@ -158,7 +158,7 @@ tar:
fakeroot debian/rules clean || make distclean
x=$$(basename $$(pwd)); \
cd ..; \
- tar czf $$x.tar.gz --exclude-from=.gitignore $$x
+ tar czf $$x.tar.gz --exclude=debian --exclude=.git* --exclude=.depend $$x
$(subdirs):
@$(MAKE) -C $@ $(MAKECMDGOALS)