From 762c21e0422f26e52ac883e30a02de3953c6bae1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 22 Sep 2008 20:10:35 +0000 Subject: add "dis" rule --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd395cc..6d6aed0 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,13 @@ install: install -m644 $(wildcard data/icons/*.png) $(DESTDIR)$(iconsdir) make -C po install +dis: + 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) + changelog: svn2cl --authors ../common/username.xml --accum rm -f ChangeLog.bak -- cgit v1.2.1