summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-08-07 15:27:50 -0700
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-08-07 15:27:50 -0700
commit88e90aa877f1acf59374c8011ad2d82071a37b97 (patch)
tree87238bcfcee838bd38e14007a6636cc5dd8ed0ef /docs
parentb2590cc39404fce58aa214f82dfc23a64f07bbf6 (diff)
downloadfarstream-88e90aa877f1acf59374c8011ad2d82071a37b97.tar.gz
Replace GST_MAJORMINOR with GST_API_VERSION
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/Makefile.am2
-rw-r--r--docs/plugins/Makefile.am8
-rw-r--r--docs/version.entities.in2
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index 937941ee..a01a0911 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -4,7 +4,7 @@
# DOCS_ARE_INCOMPLETE_PLEASE_FIXME=yespleasedo
# The name of the module, e.g. 'glib'.
-#DOC_MODULE=gst-plugins-libs-@GST_MAJORMINOR@
+#DOC_MODULE=gst-plugins-libs-@GST_API_VERSION@
DOC_MODULE=farstream-libs
# generated basefiles
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 0643ca00..9c07af31 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -3,7 +3,7 @@ GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj
## Process this file with automake to produce Makefile.in
# The name of the module, e.g. 'glib'.
-#DOC_MODULE=gst-plugins-libs-@GST_MAJORMINOR@
+#DOC_MODULE=gst-plugins-libs-@GST_API_VERSION@
MODULE=farstream
DOC_MODULE=$(MODULE)-plugins
@@ -18,11 +18,11 @@ DOC_MODULE=$(MODULE)-plugins
# BUILDDIR=`pwd` && \
# cd $(srcdir)/tmpl && \
# ln -sf gstreamer-libs-unused.sgml \
-# $$BUILDDIR/tmpl/gstreamer-libs-@GST_MAJORMINOR@-unused.sgml
+# $$BUILDDIR/tmpl/gstreamer-libs-@GST_API_VERSION@-unused.sgml
# touch unused-build.stamp
-# these rules are added to create parallel docs using GST_MAJORMINOR
-#$(basefiles): gstreamer-libs-@GST_MAJORMINOR@%: gstreamer-libs%
+# these rules are added to create parallel docs using GST_API_VERSION
+#$(basefiles): gstreamer-libs-@GST_API_VERSION@%: gstreamer-libs%
# cp $< $@
#CLEANFILES = $(basefiles)
diff --git a/docs/version.entities.in b/docs/version.entities.in
index 662fc76e..b980b6ed 100644
--- a/docs/version.entities.in
+++ b/docs/version.entities.in
@@ -1,2 +1,2 @@
-<!ENTITY GST_MAJORMINOR "@GST_MAJORMINOR@">
+<!ENTITY GST_API_VERSION "@GST_API_VERSION@">
<!ENTITY FS_VERSION "@VERSION@">