[totem-pl-parser] docs: Use gtk-doc's no-tmpl flavour



commit 506f0999d69d405e8b1d026a470413304ea9f934
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Dec 21 11:34:54 2011 +0000

    docs: Use gtk-doc's no-tmpl flavour
    
    This eliminates our need for a tmpl directory, and should make documentation
    builds faster.
    
    This bumps our gtk-doc dependency to 1.14.

 configure.in               |    2 +-
 docs/reference/Makefile.am |    4 ----
 2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.in b/configure.in
index 24ca380..ce233c1 100644
--- a/configure.in
+++ b/configure.in
@@ -180,7 +180,7 @@ AC_SUBST([AM_CFLAGS])
 AC_SUBST([AM_CXXFLAGS])
 AC_SUBST([AM_LDFLAGS])
 
-GTK_DOC_CHECK(1.11)
+GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
 GOBJECT_INTROSPECTION_CHECK([0.9.5])
 
 AC_CONFIG_FILES([
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index a2315d0..f366079 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -31,10 +31,6 @@ SCAN_OPTIONS=
 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
 MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=totem_
 
-# Extra options to supply to gtkdoc-mktmpl
-# e.g. MKTMPL_OPTIONS=--only-section-tmpl
-MKTMPL_OPTIONS=
-
 # Extra options to supply to gtkdoc-fixref. Not normally needed.
 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
 FIXXREF_OPTIONS=



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