diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-10-17 16:30:23 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-10-17 16:30:23 +0000 |
commit | 9e3874da6fec504754442df1d15ca62a9f25605c (patch) | |
tree | 6a226f15826222556565204cc8b8fa61aabb9ef9 /Makefile | |
parent | a869bde68847edc8df1e8e51170514ebb0bdf380 (diff) | |
download | drakwizard-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |