From 9e45e7d8f0d8d3f31d790f85694585d0d4b368b8 Mon Sep 17 00:00:00 2001 From: Javier Jardón Date: Thu, 19 Apr 2012 15:06:25 +0100 Subject: docs: do not generate tmpl files Its not needed as all the documentation is inline source code, not in separate *.tmpl files --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 67c5e007c6..4632059119 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ AC_PATH_PROG([M4], [m4]) # gtkdocize greps for '^GTK_DOC_CHECK', so it needs to be on its own line m4_ifdef([GTK_DOC_CHECK], [ -GTK_DOC_CHECK([1.18]) +GTK_DOC_CHECK([1.18],[--flavour no-tmpl]) ],[ AM_CONDITIONAL([ENABLE_GTK_DOC],[false]) ]) GOBJECT_INTROSPECTION_CHECK([1.31.1]) -- cgit v1.2.3-54-g00ecf