[clutter-gst/clutter-gst-3.0] configure.ac: don't use tmpl build step when creating documentation



commit 20ecf08fdeec224a9921fa41cb070285c6b33a2f
Author: Chris Mayo <aklhfex gmail com>
Date:   Sat Nov 28 10:26:08 2015 +0000

    configure.ac: don't use tmpl build step when creating documentation
    
    Option introduced in GTK-Doc 1.9
    https://developer.gnome.org/gtk-doc-manual/stable/modernizing-gtk-doc-1-9.html
    
    Signed-off-by: Chris Mayo <aklhfex gmail com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758768

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e7085f2..bd54f0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -304,7 +304,7 @@ AC_SUBST(CLUTTER_GST_DEBUG_CFLAGS)
 
 dnl ========================================================================
 
-GTK_DOC_CHECK([1.11])
+GTK_DOC_CHECK([1.11],[--flavour no-tmpl])
 
 AM_CONDITIONAL([BUILD_GTK_DOC],
                [test "x$enable_gtk_doc" = "xyes" || test ! -f "autogen.sh"])


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