summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 539509e..0f1cdfd 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,5 @@ clean:
dist: clean
rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar*
svn export -q -rBASE . ../$(PACKAGE)-$(VERSION)
- tar c . | tar x -C ../$(PACKAGE)-$(VERSION) --exclude .svn
tar cvjf ../mandi-$(VERSION).tar.bz2 ../mandi-$(VERSION)
rm -rf ../mandi-$(VERSION)