summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 140a5b44..008e60aa 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ dir:
mkdir $(PACKAGE)-$(VERSION)
localcopy:
- tar c $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
+ tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
tar:
tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)