From dcf226c0d0dcc5da89eceaf92349d4885e3bd8cb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 22 Sep 2008 20:13:32 +0000 Subject: add "dis" rule --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c688aa7..a07abc2 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,13 @@ install: install -d $(dli_sysconfigdir) make -C po install +dis: clean + rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* + svn export -q -rBASE . $(NAME)-$(VERSION) + find $(NAME)-$(VERSION) -name .svnignore |xargs rm -rf + tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) + rm -rf $(NAME)-$(VERSION) + check: perl -cw $(NAME) -- cgit v1.2.1