gtk-doc-plugins.mak: Revert $(top_builddir) -> $(builddir) change of rev. 1.39 as...
authorStefan Kost <ensonic@users.sourceforge.net>
Thu, 21 Aug 2008 12:42:40 +0000 (12:42 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Thu, 21 Aug 2008 12:42:40 +0000 (12:42 +0000)
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
gtk-doc-plugins.mak

index d5c7250..af9cedd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-21  Stefan Kost  <ensonic@users.sf.net>
+
+       * 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  <mark.nauwelaerts@collabora.co.uk>
 
        * gst.supp:
index f74e35d..f4f1ccc 100644 (file)
@@ -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 \