aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-11-07 16:41:25 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-11-07 16:41:25 +0100
commitfe51bcf0ae238e6fde4400b3dd17ddf99f77ae2a (patch)
treebb2d3b8bf44c358472d5502c53599051c7df37a8 /Makefile
parent60d058270d192a6a3f28662e513ae6438c106d8e (diff)
Timing moved his site
make tar exludes .bzr now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86302ecc..80fbbf0b 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ tar:
fakeroot debian/rules clean || make distclean
x=$$(basename $$(pwd)); \
cd ..; \
- tar czf $$x.tar.gz --exclude=debian $$x
+ tar czf $$x.tar.gz --exclude=debian --exclude=.bzr $$x
$(subdirs):
@$(MAKE) -C $@ $(MAKECMDGOALS)