diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-22 20:13:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-22 20:13:32 +0000 |
commit | dcf226c0d0dcc5da89eceaf92349d4885e3bd8cb (patch) | |
tree | aa7b4d97f2087372a57d3c7e54988a8178d0a08b | |
parent | 15219f18015b6aba6285b4d89daaf7eed9884a1c (diff) | |
download | draklive-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
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |