aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-08-26 23:36:09 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2008-08-26 23:36:09 +0100
commit9ebee7ae59686cc79985c8dd3101451b8a2f22df (patch)
tree96e25909b1822597a3ce45c5c4796b5a80acb909
parentb119d5de7e6b53b5000661976dfbc31b09fa5104 (diff)
Also leave out .bzrignore from the tarballs.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5309adf4..bae2e770 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ tar:
fakeroot debian/rules clean || make distclean
x=$$(basename $$(pwd)); \
cd ..; \
- tar czf $$x.tar.gz --exclude=debian --exclude=.bzr $$x
+ tar czf $$x.tar.gz --exclude=debian --exclude=.bzr* $$x
$(subdirs):
@$(MAKE) -C $@ $(MAKECMDGOALS)