diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-22 13:44:06 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-22 13:51:17 +0100 |
commit | 2de2eef36afabb71a9a1e19168fbda03e8afdce1 (patch) | |
tree | 25d8e07d4e321e507bc1a35608d300f14b650fbf /autogen.sh | |
parent | ae175298fd4c3d606c7c7bef24ac3a9655221d96 (diff) | |
download | libgdata-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-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" |