summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2012-04-06 17:26:23 +0200
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2012-04-06 17:26:23 +0200
commitaaff0296fd5d7a810625a81366db02cc19ec1464 (patch)
tree0e63818c1ed430ee00828cb2391d5c2a41d4f16b
parentcd3811150093e5d7ab010225f2101779336e7004 (diff)
build: Don't create a .tar.gz tarball anymore
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 91140b0..2680e7e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,7 +74,7 @@ prepare-release: distcheck
mkdir release-data
cp NEWS release-data/$(PACKAGE)-$(VERSION).news
git log > release-data/$(PACKAGE)-$(VERSION).changes
- find -maxdepth 1 \( -name \*.zip -o -name \*.bz2 -o -name \*.gz \) -exec cp -a {} release-data \;
+ find -maxdepth 1 \( -name \*.zip -o -name \*.bz2 \) -exec cp -a {} release-data \;
cd release-data && sha256sum * > $(PACKAGE)-$(VERSION).sha256sum
upload-release:
diff --git a/configure.ac b/configure.ac
index 4a71b33..d91a378 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
AC_INIT([banshee-community-extensions], 2.4.0,
[http://bugzilla.gnome.org/enter_bug.cgi?product=banshee&component=Community%20Extensions])
-AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar dist-zip foreign])
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar dist-zip foreign])
AM_MAINTAINER_MODE([enable])
AM_CONFIG_HEADER([config.h])