aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-24 15:37:16 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-24 15:37:16 +0000
commitdae8326d29e11bc2bc742f925369174cf40925b5 (patch)
tree917168f27704533868e92e0ef3453bfb9c687239 /Makefile
parente3daf975072f2d40724af5368618d654784d1d4d (diff)
downloadiurt-dae8326d29e11bc2bc742f925369174cf40925b5.tar
iurt-dae8326d29e11bc2bc742f925369174cf40925b5.tar.gz
iurt-dae8326d29e11bc2bc742f925369174cf40925b5.tar.bz2
iurt-dae8326d29e11bc2bc742f925369174cf40925b5.tar.xz
iurt-dae8326d29e11bc2bc742f925369174cf40925b5.zip
(tar) rename as dist
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)