summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-22 20:10:35 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-22 20:10:35 +0000
commit762c21e0422f26e52ac883e30a02de3953c6bae1 (patch)
tree1d49ea2599849f719b3056354de53cdf2f016023 /Makefile
parentc6716d5ec1f55cb18dfb6a6f8cd55f97b8bf1111 (diff)
downloaddrakguard-762c21e0422f26e52ac883e30a02de3953c6bae1.tar
drakguard-762c21e0422f26e52ac883e30a02de3953c6bae1.tar.gz
drakguard-762c21e0422f26e52ac883e30a02de3953c6bae1.tar.bz2
drakguard-762c21e0422f26e52ac883e30a02de3953c6bae1.tar.xz
drakguard-762c21e0422f26e52ac883e30a02de3953c6bae1.zip
add "dis" rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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