summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4f86207..9c9f994 100644
--- a/Makefile
+++ b/Makefile
@@ -12,13 +12,8 @@ clean:
# rules to build tarball
localcopy: clean
rm -rf $(PACKAGE)-$(PKGVERSION)*
- svn export -q -rBASE . $(PACKAGE)-$(PKGVERSION)
localdist: tar
tar: localcopy
- tar cfa $(PACKAGE)-$(PKGVERSION).$(DATE).tar.xz $(PACKAGE)-$(PKGVERSION)
- rm -rf $(PACKAGE)-$(PKGVERSION)
-
-export:
git archive --prefix $(PACKAGE)-$(PKGVERSION)/ HEAD | xz -9 > $(PACKAGE)-$(PKGVERSION).$(DATE).tar.xz