]> Pileus Git - ~andy/gtk/commitdiff
docs: Do not generate the template files anymore
authorJavier Jardón <jjardon@gnome.org>
Tue, 19 Apr 2011 11:50:20 +0000 (12:50 +0100)
committerJavier Jardón <jjardon@gnome.org>
Wed, 20 Apr 2011 11:21:57 +0000 (12:21 +0100)
All the documentation is now in inline comments

configure.ac

index c6b8672ec282e2401ad0a5737ce8a9c61bf10db0..3f73ffda7b2e6f5e53f2a108119cf51f5c3a99ab 100644 (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)