aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e61e2b9..198bf22 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,9 @@ install:
tar: dist
-dist:
- rm -fr $(PACKAGE)-$(VERSION)
+dist: dist-svn
+
+dist-svn:
svn export -q -rBASE . $(PACKAGE)-$(VERSION)
tar cfa $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)