[gnome-user-docs] Version 3.24.0
- From: Petr Kovář <pmkovar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-docs] Version 3.24.0
- Date: Tue, 11 Apr 2017 16:45:18 +0000 (UTC)
commit b19c8b078bfebc23acf1631163d7fee5d2e03d4c
Author: Petr Kovar <pkovar redhat com>
Date: Tue Apr 11 17:50:51 2017 +0200
Version 3.24.0
NEWS | 17 +++++++++++++++++
autogen.sh | 10 ++++------
configure.ac | 4 ++--
3 files changed, 23 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index a25dae3..994e6d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.24.0
+======
+* Updates to GNOME Help (Daniel Boles, Rafael Fontenelle, Piotr Drąg,
+ Paul Cutler, Michael Hill, Alexandre Franke)
+* Updates to System Admin Guide (Petr Kovar, Paul Cutler, Jana Svarova)
+* Updated translations:
+ cs (Marek Černocký)
+ da (Ask Hjorth Larsen)
+ de (Mario Blättermann, Christian Kirbach)
+ es (Daniel Mustieles)
+ hu (Gábor Kelemen)
+ lv (Rūdolfs Mazurs)
+ pt_BR (Rafael Fontenelle)
+ sr (Мирослав Николић)
+ sr@latin (Мирослав Николић)
+ sv (Anders Jonsson)
+
3.22.0
======
* Updates to GNOME Help (Rafael Fontenelle, Michael Hill, Felipe Borges,
diff --git a/autogen.sh b/autogen.sh
index 921d7bb..5d78556 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,21 +4,19 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-PKG_NAME="gnome-user-docs"
-
(test -f $srcdir/configure.ac \
&& test -d $srcdir/gnome-help) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
- echo " top-level $PKG_NAME directory"
+ echo " top-level gnome-user-docs directory"
exit 1
}
which gnome-autogen.sh || {
- echo "You need to install gnome-common from the GNOME CVS"
+ echo "You need to install gnome-common from the GNOME Git"
exit 1
}
-REQUIRED_AUTOMAKE_VERSION=1.6
+REQUIRED_AUTOMAKE_VERSION=1.11
export REQUIRED_AUTOMAKE_VERSION
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
+. gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index ab5ed60..24833c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
-AC_INIT([gnome-user-docs], [3.22.0],
+AC_INIT([gnome-user-docs], [3.24.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-user-docs])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip])
AM_SILENT_RULES([yes])
YELP_HELP_INIT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]