From aa90a8f84f7dff67d57a8c0863331bf04e3b546e Mon Sep 17 00:00:00 2001 From: Javier Jardón Date: Tue, 13 Sep 2011 16:15:49 +0100 Subject: configure.ac: generate xz tarballs by default --- build/Makefile.am.releasing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/Makefile.am.releasing b/build/Makefile.am.releasing index 3ac479a5c..b17faabce 100644 --- a/build/Makefile.am.releasing +++ b/build/Makefile.am.releasing @@ -38,7 +38,7 @@ MANUAL_VERSIONED = manual-$(VERSION) MANUAL_TAR_FILE = $(MANUAL_VERSIONED).tar.gz MANUAL_UPLOAD_DIR = $(RELEASE_UPLOAD_BASE) -tar_file = $(PACKAGE)-$(VERSION).tar.gz +tar_file = $(PACKAGE)-$(VERSION).tar.xz sha1_file = $(tar_file).sha1 gpg_file = $(sha1_file).asc -- cgit v1.2.3