From c31045523129125fd8a59ef21417649a715ac303 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 16 Oct 2014 19:13:36 +0200 Subject: don't build gzip tarballs --- NEWS | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8b137891..c2f99146 100644 --- a/NEWS +++ b/NEWS @@ -1 +1,3 @@ - +Major changes in 3.8.0 are: +* bump version to reflect GTK3 version +* update traditional themes to clearlook-phenix version 4 (GTK3-3.8) diff --git a/configure.ac b/configure.ac index e616c40f..d0f276cf 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.53) AC_INIT([mate-themes], [3.8.0], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) -AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz]) +AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) # Enable silent build rules by default, requires at least # Automake-1.11. Disable by either passing --disable-silent-rules to -- cgit v1.2.1