aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-03-27 02:47:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-03-27 20:16:47 +0800
commit702c3d04f3ff1d296e690e8dc52fa14e5a05606c (patch)
tree2241ac618de5d00671bdc29fe39b82661f7cd9ae
parent96e23114bbd64c400b6d51b134f59ae1a6525dd7 (diff)
downloadgsoc2013-evolution-702c3d04f3ff1d296e690e8dc52fa14e5a05606c.tar.gz
gsoc2013-evolution-702c3d04f3ff1d296e690e8dc52fa14e5a05606c.tar.zst
gsoc2013-evolution-702c3d04f3ff1d296e690e8dc52fa14e5a05606c.zip
Require gnome-doc-utils >= 0.20.10.
Works around the "Argument list too long" error when building user documentation on Linux. We gots lots 'o docs! (cherry picked from commit be034068bd09b9aa896bf3055fa0a597f2db4df4)
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 76d8dce682..702b0333d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,8 @@ PKG_PROG_PKG_CONFIG
dnl ********************************************
dnl User / Developer Documentation
dnl ********************************************
-GNOME_DOC_INIT
+dnl gnome-doc-utils-0.20.10 fixes bug 672826
+GNOME_DOC_INIT(0.20.10)
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
dnl ******************************