summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-09-13 16:15:49 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-04-14 15:04:06 +0100
commitaa90a8f84f7dff67d57a8c0863331bf04e3b546e (patch)
treeb6861eafe2d1855815de3a28e391d839debabccb /build
parent3616a5f992e6d12fc7f005b7b67ab2101d248470 (diff)
downloadcairo-aa90a8f84f7dff67d57a8c0863331bf04e3b546e.tar.gz
cairo-aa90a8f84f7dff67d57a8c0863331bf04e3b546e.tar.bz2
cairo-aa90a8f84f7dff67d57a8c0863331bf04e3b546e.zip
configure.ac: generate xz tarballs by default
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am.releasing2
1 files changed, 1 insertions, 1 deletions
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