diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |