docs: Do not generate the template files anymore

All the documentation is now in inline comments
This commit is contained in:
Javier Jardón
2011-04-19 12:50:20 +01:00
parent da1f618b09
commit 58b2e9caaf

View File

@ -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)