diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:37:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:37:19 +0000 |
commit | 523c3a7fe913a448ef872924d69c733074442360 (patch) | |
tree | 6e4f0a4ef2f9fae30c325b79e62ae309d3e5842b /Makefile | |
parent | dae8326d29e11bc2bc742f925369174cf40925b5 (diff) | |
download | iurt-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-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |