summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c96a46a..191b90f 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ dis: clean
echo "Unknown SCM (not SVN nor GIT)";\
exit 1; \
fi;
- $(info $(NAME)-$(VERSION).tar.lzma is ready)
+ $(info $(NAME)-$(VERSION).tar.xz is ready)
dist-svn:
svn export -q -rBASE . $(NAME)-$(VERSION)
@@ -30,7 +30,7 @@ dist-svn:
rm -rf $(NAME)-$(VERSION)
dist-git:
- @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | lzma >../$(NAME)-$(VERSION).tar.lzma;
+ @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
check:
perl -cw $(NAME)