summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-09-22 12:54:53 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-09-22 12:54:53 -0400
commit19d1a0c44dd1606bb6249ac9419a2cf8d003018c (patch)
tree2687e2bd45081f42c856c9009db5506dca7eed9b /common
parenta6717e1b87342fb91ed40205b940c36aadebf160 (diff)
downloadfarstream-19d1a0c44dd1606bb6249ac9419a2cf8d003018c.tar.gz
Always mkdir inspect/ (just in case)
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 . ; \