summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebfc1e0..9d65a87 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,9 @@ install:
cleandist:
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
-dist: cleandist
+dist: cleandist git-svn
+
+git-svn:
svn export -q -rBASE . $(NAME)-$(VERSION)
tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)