make module a param
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 30 Aug 2005 18:55:48 +0000 (18:55 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 30 Aug 2005 18:55:48 +0000 (18:55 +0000)
Original commit message from CVS:
* common/gtk-doc-plugins.mak:
* common/plugins.xsl:
* docs/plugins/Makefile.am:
make module a param

ChangeLog
common
docs/plugins/Makefile.am

index f62b9cf..b9a69c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,22 +1,29 @@
+2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * common/gtk-doc-plugins.mak:
+       * common/plugins.xsl:
+       * docs/plugins/Makefile.am:
+         make module a param
+
 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
 
        * examples/seeking/seek.c: (make_mp3_pipeline),
        (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
        (play_cb), (pause_cb), (stop_cb):
-          update the example
+         update the example
 
 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
 
        * gst/volume/gstvolume.c: (gst_volume_class_init),
        (volume_transform):
-          do not update controlled params, if buffer has no timestamp
+         do not update controlled params, if buffer has no timestamp
 
 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
 
        * configure.ac:
        * gst/sine/Makefile.am:
        * gst/volume/Makefile.am:
-          controllerized elements also need to link against controller-libs ;)
+         controllerized elements also need to link against controller-libs ;)
 
 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
 
@@ -28,7 +35,7 @@
        (gst_sinesrc_create):
        * gst/volume/gstvolume.c: (gst_volume_class_init),
        (volume_transform):
-          controllerized two audio plugins
+         controllerized two audio plugins
 
 2005-08-29  Andy Wingo  <wingo@pobox.com>
 
diff --git a/common b/common
index 89d82b6..3fb3bed 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 89d82b662da00096b70e70a7a102b294acaae6dd
+Subproject commit 3fb3bedc9180bab9dc8c2dc784c9327bd1cc8109
index aa00054..1f11df7 100644 (file)
@@ -4,10 +4,11 @@ GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj
 
 # The name of the module, e.g. 'glib'.
 #DOC_MODULE=gst-plugins-libs-@GST_MAJORMINOR@
-DOC_MODULE=gst-plugins-base-plugins
+MODULE=gst-plugins-base
+DOC_MODULE=$(MODULE)-plugins
 
 # for upload.mak
-DOC=gst-plugins-base-plugins
+DOC=$(MODULE)-plugins
 FORMATS=html
 html: html-build.stamp
 include $(srcdir)/../upload.mak