summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-10-17 16:30:23 +0000
committerThierry Vignaud <tv@mageia.org>2012-10-17 16:30:23 +0000
commit9e3874da6fec504754442df1d15ca62a9f25605c (patch)
tree6a226f15826222556565204cc8b8fa61aabb9ef9 /Makefile
parenta869bde68847edc8df1e8e51170514ebb0bdf380 (diff)
downloaddrakwizard-9e3874da6fec504754442df1d15ca62a9f25605c.tar
drakwizard-9e3874da6fec504754442df1d15ca62a9f25605c.tar.gz
drakwizard-9e3874da6fec504754442df1d15ca62a9f25605c.tar.bz2
drakwizard-9e3874da6fec504754442df1d15ca62a9f25605c.tar.xz
drakwizard-9e3874da6fec504754442df1d15ca62a9f25605c.zip
(dist-svn) split it out of 'dist'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c21a68b5..53ecb9d5 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,9 @@ clean:
dist: clean
find . -maxdepth 2 -name '*.p[lm]' -print0 | xargs -t -0 -n1 perl -cw \
-I/usr/lib/libDrakX > /dev/null 2>&1
+ $(MAKE) dist-svn
+
+dist-svn:
rm -rf $(NAME)-$(VERSION)
svn export -q -rBASE . $(NAME)-$(VERSION)
tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION)