From cfc36dbcb83e0c2aa32048bcd88e48c1417a9e54 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 13 Feb 2007 09:12:11 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ configure.ac | 1 + docs/plugins/Makefile.am | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e4fe741..f9033ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-13 Stefan Kost + + * configure.ac: + * docs/plugins/Makefile.am: + Also crossref against gst-plugins-base-libs. + 2007-02-12 Stefan Kost * configure.ac: diff --git a/configure.ac b/configure.ac index d3807a0..7e12164 100644 --- a/configure.ac +++ b/configure.ac @@ -662,6 +662,7 @@ tests/check/Makefile tests/examples/Makefile tests/examples/seek/Makefile tests/examples/volume/Makefile +tests/examples/xerror/Makefile tests/icles/Makefile docs/Makefile docs/design/Makefile diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index bcea5aa..36670161 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -51,7 +51,8 @@ MKDB_OPTIONS=--sgml-mode FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \ --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-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. HFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.h -- 2.7.4