[gnome-getting-started-docs] 3.20.0



commit f0c8f8e516aabcc1e1cadff0466eb64a45840489
Author: Petr Kovar <pkovar redhat com>
Date:   Mon Mar 21 19:06:41 2016 +0100

    3.20.0

 NEWS         |   11 +++++++++++
 autogen.sh   |    6 ++----
 configure.ac |    4 ++--
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index c318500..9f88a13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
 ==============
+Version 3.20.0
+==============
+
+* Updated translations:
+  ca        (Jordi Mas)
+  ja        (Jiro Matsuzawa)
+  ko        (Seong-ho Cho)
+  lv        (Rūdolfs Mazurs)
+  pt_BR     (Rafael Fontenelle)
+
+==============
 Version 3.18.2
 ==============
 
diff --git a/autogen.sh b/autogen.sh
index 23e1f41..c44fdf3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,12 +4,10 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="gnome-getting-started-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-getting-started-docs directory"
     exit 1
 }
 
@@ -21,4 +19,4 @@ which gnome-autogen.sh || {
 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 0bc87cd..f0491c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
-AC_INIT([gnome-getting-started-docs], [3.18.2],
+AC_INIT([gnome-getting-started-docs], [3.20.0],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-getting-started])
-AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip])
+AM_INIT_AUTOMAKE([1.11 check-news 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]