summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-22 20:13:32 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-22 20:13:32 +0000
commitdcf226c0d0dcc5da89eceaf92349d4885e3bd8cb (patch)
treeaa7b4d97f2087372a57d3c7e54988a8178d0a08b /Makefile
parent15219f18015b6aba6285b4d89daaf7eed9884a1c (diff)
downloaddraklive-install-dcf226c0d0dcc5da89eceaf92349d4885e3bd8cb.tar
draklive-install-dcf226c0d0dcc5da89eceaf92349d4885e3bd8cb.tar.gz
draklive-install-dcf226c0d0dcc5da89eceaf92349d4885e3bd8cb.tar.bz2
draklive-install-dcf226c0d0dcc5da89eceaf92349d4885e3bd8cb.tar.xz
draklive-install-dcf226c0d0dcc5da89eceaf92349d4885e3bd8cb.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 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)