From 6f34ba8962d832745701bc3955bd5986d58261fd Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 3 Nov 2009 13:56:52 +0000 Subject: use .xz extension for tarballs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3dc76b..9693d07 100644 --- a/Makefile +++ b/Makefile @@ -23,11 +23,11 @@ dis: clean dist-svn: rm -rf $(NAME)-$(VERSION) svn export -q -rBASE . $(NAME)-$(VERSION) - tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) + tar cfY ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) dist-git: - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.lzma; + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; .PHONY: ChangeLog log changelog -- cgit v1.2.1