summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-04-19 12:50:20 +0100
committerJavier Jardón <jjardon@gnome.org>2011-04-20 12:21:57 +0100
commit58b2e9caaf38db621bb795f3c82fa9d8a995aebb (patch)
treeac32857aa8ceb62eeecf9670cc4b4bab112e9b3c /configure.ac
parentda1f618b096973704bd0b7db071baa1444ef5c7b (diff)
downloadgtk+-58b2e9caaf38db621bb795f3c82fa9d8a995aebb.tar.gz
docs: Do not generate the template files anymore
All the documentation is now in inline comments
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c6b8672ec2..3f73ffda7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1532,7 +1532,7 @@ AM_CONDITIONAL(ENABLE_PACKAGEKIT, test "x$build_packagekit" = "xyes")
# Checks for gtk-doc and docbook-tools
##################################################
-GTK_DOC_CHECK([1.11])
+GTK_DOC_CHECK([1.11],[--flavour no-tmpl])
AC_CHECK_PROG(DB2HTML, db2html, true, false)
AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML)