aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-24 15:37:19 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-24 15:37:19 +0000
commit523c3a7fe913a448ef872924d69c733074442360 (patch)
tree6e4f0a4ef2f9fae30c325b79e62ae309d3e5842b /Makefile
parentdae8326d29e11bc2bc742f925369174cf40925b5 (diff)
downloadiurt-523c3a7fe913a448ef872924d69c733074442360.tar
iurt-523c3a7fe913a448ef872924d69c733074442360.tar.gz
iurt-523c3a7fe913a448ef872924d69c733074442360.tar.bz2
iurt-523c3a7fe913a448ef872924d69c733074442360.tar.xz
iurt-523c3a7fe913a448ef872924d69c733074442360.zip
(dist-svn) split it out of dist
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)