[gnome-online-accounts] build: Enable gtk-doc during distcheck



commit a16d7604fefbbf948af24ce0311317240c8eddc1
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Mar 16 17:52:29 2016 +0100

    build: Enable gtk-doc during distcheck
    
    gtk-doc works just fine with srcdir != builddir.

 NEWS         |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ba69730..f759d1b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in 3.19.92.1
+================================
+
+* Bugs fixed:
+ 763078 Documentation missing from tarball
+
+
 Overview of changes in 3.19.92
 ==============================
 
diff --git a/configure.ac b/configure.ac
index 188398d..8a5e5c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 m4_define([goa_major_version], [3])
 m4_define([goa_minor_version], [19])
 m4_define([goa_micro_version], [92])
-m4_define([goa_nano_version], [0])
+m4_define([goa_nano_version], [1])
 
 m4_define([goa_base_version],
           [goa_major_version.goa_minor_version.goa_micro_version])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]