diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ dist-git: dist-svn: svn export -q -rBASE . $(NAME)-$(VERSION) - tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) + tar cfJ ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) tag: checktag |