From 8d494854a6018336a80ece82ceb3df0033e2da9c Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 21 Aug 2008 12:42:40 +0000 Subject: [PATCH] gtk-doc-plugins.mak: Revert $(top_builddir) -> $(builddir) change of rev. 1.39 as there is no variable called builddir. Original commit message from CVS: * gtk-doc-plugins.mak: Revert $(top_builddir) -> $(builddir) change of rev. 1.39 as there is no variable called builddir. --- ChangeLog | 6 ++++++ gtk-doc-plugins.mak | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d5c7250..af9cedd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-21 Stefan Kost + + * gtk-doc-plugins.mak: + Revert $(top_builddir) -> $(builddir) change of rev. 1.39 as there is + no variable called builddir. + 2008-07-31 Mark Nauwelaerts * gst.supp: diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak index f74e35d..f4f1ccc 100644 --- a/gtk-doc-plugins.mak +++ b/gtk-doc-plugins.mak @@ -133,7 +133,7 @@ $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(SCANOBJ_FILES_O): scan-build.stamp ### inspect GStreamer plug-ins; done by documentation maintainer ### # only look at the plugins in this module when building inspect .xml stuff -INSPECT_REGISTRY=$(builddir)/inspect-registry.xml +INSPECT_REGISTRY=$(top_builddir)/docs/plugins/inspect-registry.xml INSPECT_ENVIRONMENT=\ GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(top_builddir)/plugins:$(top_builddir)/src:$(top_builddir)/gnl \ -- 2.7.4