From 9e3874da6fec504754442df1d15ca62a9f25605c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Oct 2012 16:30:23 +0000 Subject: (dist-svn) split it out of 'dist' --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.1