Also crossref against gst-plugins-base-libs.

Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
Also crossref against gst-plugins-base-libs.
This commit is contained in:
Stefan Kost 2007-02-13 09:12:11 +00:00
parent 7ee1b714f0
commit cfc36dbcb8
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-02-13 Stefan Kost <ensonic@users.sf.net>
* configure.ac:
* docs/plugins/Makefile.am:
Also crossref against gst-plugins-base-libs.
2007-02-12 Stefan Kost <ensonic@users.sf.net> 2007-02-12 Stefan Kost <ensonic@users.sf.net>
* configure.ac: * configure.ac:

View file

@ -662,6 +662,7 @@ tests/check/Makefile
tests/examples/Makefile tests/examples/Makefile
tests/examples/seek/Makefile tests/examples/seek/Makefile
tests/examples/volume/Makefile tests/examples/volume/Makefile
tests/examples/xerror/Makefile
tests/icles/Makefile tests/icles/Makefile
docs/Makefile docs/Makefile
docs/design/Makefile docs/design/Makefile

View file

@ -51,7 +51,8 @@ MKDB_OPTIONS=--sgml-mode
FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \ FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \ --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
--extra-dir=$(GST_PREFIX)/share/gtk-doc/html/gstreamer-@GST_MAJORMINOR@ \ --extra-dir=$(GST_PREFIX)/share/gtk-doc/html/gstreamer-@GST_MAJORMINOR@ \
--extra-dir=$(GST_PREFIX)/share/gtk-doc/html/gstreamer-libs-@GST_MAJORMINOR@ --extra-dir=$(GST_PREFIX)/share/gtk-doc/html/gstreamer-libs-@GST_MAJORMINOR@ \
--extra-dir=$(datadir)/gtk-doc/html/gst-plugins-base-libs-@GST_MAJORMINOR@
# Used for dependencies. # Used for dependencies.
HFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.h HFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.h