aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc4d804..e61e2b9 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,9 @@ install:
install -m755 iurt2 $(bindir)/iurt
install -m755 emi ulri $(bindir)/
-tar:
+tar: dist
+
+dist:
rm -fr $(PACKAGE)-$(VERSION)
svn export -q -rBASE . $(PACKAGE)-$(VERSION)
tar cfa $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)