summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/gtk-doc-plugins.mak5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/gtk-doc-plugins.mak b/common/gtk-doc-plugins.mak
index 7d0d48e2..01dd2acf 100644
--- a/common/gtk-doc-plugins.mak
+++ b/common/gtk-doc-plugins.mak
@@ -141,10 +141,6 @@ INSPECT_ENVIRONMENT=\
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(top_builddir)/plugins:$(top_builddir)/src:$(top_builddir)/gnl \
GST_REGISTRY=$(INSPECT_REGISTRY)
-# update the element and plugin XML descriptions; store in inspect/
-inspect:
- mkdir inspect
-
inspect-update: inspect
-rm -f $(INSPECT_REGISTRY) inspect-build.stamp
$(MAKE) inspect-build.stamp
@@ -153,6 +149,7 @@ inspect-update: inspect
# IF the output changed; see gtkdoc-mktmpl
inspect-build.stamp:
@echo '*** Rebuilding plugin inspection files ***'
+ mkdir inspect
if test x"$(srcdir)" != x. ; then \
cp $(srcdir)/inspect.stamp . ; \
cp $(srcdir)/inspect-build.stamp . ; \