diff options
author | Javier Jardón <jjardon@gnome.org> | 2011-04-19 12:50:20 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2011-04-20 12:21:57 +0100 |
commit | 58b2e9caaf38db621bb795f3c82fa9d8a995aebb (patch) | |
tree | ac32857aa8ceb62eeecf9670cc4b4bab112e9b3c /configure.ac | |
parent | da1f618b096973704bd0b7db071baa1444ef5c7b (diff) | |
download | gtk+-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.ac | 2 |
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) |