From 24942f72b5f3bd69f88cdbd8c2bcb71fa6a3890e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 25 Sep 2007 20:32:51 +0000 Subject: add a "dis" target --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 67dc839..36e38d1 100644 --- a/Makefile +++ b/Makefile @@ -44,5 +44,13 @@ install: perl -pe 's/.*X-KDE.*\n//;s/\s+--force//g' $(DESTDIR)$(desktopdir)/net_applet.desktop > $(DESTDIR)$(autostartgnomedir)/net_applet.desktop make -C po install +dis: + rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* + svn export -q -rBASE . $(NAME)-$(VERSION) + find $(NAME)-$(VERSION) -name .cvsignore |xargs rm -rf + tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION) + bzip2 -9f ../$(NAME)-$(VERSION).tar + rm -rf $(NAME)-$(VERSION) + clean: make -C po clean -- cgit v1.2.1