docs: Do not generate the template files anymore
All the documentation is now in inline comments
This commit is contained in:
@ -1532,7 +1532,7 @@ AM_CONDITIONAL(ENABLE_PACKAGEKIT, test "x$build_packagekit" = "xyes")
|
|||||||
# Checks for gtk-doc and docbook-tools
|
# 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)
|
AC_CHECK_PROG(DB2HTML, db2html, true, false)
|
||||||
AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML)
|
AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML)
|
||||||
|
|||||||
Reference in New Issue
Block a user