From 527975cccb93489bc24828bbabb1d3b7b9d18521 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Mar 04 2010 16:44:42 +0000 Subject: 2010-03-04 Miloslav Trmač * Makefile.am (archive): Use xz for compressing the distribution tarball. --- diff --git a/ChangeLog b/ChangeLog index e253741..47f9255 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ * NEWS: Update. * po/LINGUAS: Sort. + * Makefile.am (archive) * configure.in: Use xz for compressing the distribution tarball. 2010-02-08 Miloslav Trmač diff --git a/Makefile.am b/Makefile.am index 2734de1..82fa96e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,9 +86,9 @@ archive: cd /tmp/$(PACKAGE)-export-tmp; ./autogen.sh ; \ ./configure --sysconfdir=/etc --with-ldap --enable-gtk-doc \ --without-sasl; make -C docs/reference; make dist - mv /tmp/$(PACKAGE)-export-tmp/$(PACKAGE)-$(VERSION).tar.bz2 . + mv /tmp/$(PACKAGE)-export-tmp/$(PACKAGE)-$(VERSION).tar.xz . rm -fr /tmp/$(PACKAGE)-export-tmp - @echo Package is in \"$(PACKAGE)-$(VERSION).tar.bz2\". + @echo Package is in \"$(PACKAGE)-$(VERSION).tar.xz\". ## Dependency data