summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-22 13:44:06 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-08-22 13:51:17 +0100
commit2de2eef36afabb71a9a1e19168fbda03e8afdce1 (patch)
tree25d8e07d4e321e507bc1a35608d300f14b650fbf /autogen.sh
parentae175298fd4c3d606c7c7bef24ac3a9655221d96 (diff)
downloadlibgdata-2de2eef36afabb71a9a1e19168fbda03e8afdce1.tar.gz
docs: Use the no-tmpl flavour of gtk-doc
This removes the need for the outdated tmpl directory, and means we now require gtk-doc >= 1.14.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6da0f8e1..52228414 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,4 +17,4 @@ which gnome-autogen.sh || {
exit 1
}
-REQUIRED_PKG_CONFIG_VERSION=0.17.1 REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh --enable-gtk-doc "$@"
+REQUIRED_PKG_CONFIG_VERSION=0.17.1 REQUIRED_AUTOMAKE_VERSION=1.9 REQUIRED_GTK_DOC_VERSION=1.14 USE_GNOME2_MACROS=1 . gnome-autogen.sh --enable-gtk-doc "$@"