[clutter-gst] doc: Set DOC_MODULE_VERSION



commit 8641fc6483ca8edcbaf8de19403cbe9c67de45d4
Author: Marvin Schmidt <marv exherbo org>
Date:   Fri Aug 16 08:41:09 2013 +0200

    doc: Set DOC_MODULE_VERSION
    
    This will avoid file collisions with future API versions and makes
    different API versions completely parallel installable

 configure.ac              |    2 +-
 doc/reference/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ee16430..de0b4e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -283,7 +283,7 @@ AC_SUBST(CLUTTER_GST_DEBUG_CFLAGS)
 
 dnl ========================================================================
 
-GTK_DOC_CHECK([1.8])
+GTK_DOC_CHECK([1.11])
 
 AM_CONDITIONAL([BUILD_GTK_DOC],
                [test "x$enable_gtk_doc" = "xyes" || test ! -f "autogen.sh"])
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index c01f26f..c855b32 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -11,6 +11,7 @@ AUTOMAKE_OPTIONS = 1.6
 
 # The name of the module, e.g. 'glib'.
 DOC_MODULE=clutter-gst
+DOC_MODULE_VERSION= CLUTTER_GST_API_VERSION@
 
 # The top-level SGML file. You can change this if you want to.
 DOC_MAIN_SGML_FILE=clutter-gst-docs.sgml


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