[gobject-introspection] configure.ac: Do not generate template files



commit 2fb64f36e4bcdde28f709ba68d46c8783a96cd94
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Aug 26 12:38:45 2011 +0100

    configure.ac: Do not generate template files
    
    It's not needed as the project uses inline comments
    for documentation.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9959f7c..f6bea92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -233,7 +233,7 @@ GIREPO_CFLAGS="$GIREPO_CFLAGS $FFI_CFLAGS"
 GIREPO_CFLAGS="$GIREPO_CFLAGS $GCOV_CFLAGS"
 
 # gtk-doc
-GTK_DOC_CHECK([1.12])
+GTK_DOC_CHECK([1.15],[--flavour no-tmpl])
 
 # Checks for header files.
 AC_HEADER_STDC



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]