summaryrefslogtreecommitdiff
path: root/common-modified
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-11-01 17:35:55 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-11-01 17:35:55 -0400
commit717f494dfbdc4ab64c03440f2a384cad8f4e4651 (patch)
treea8922023237947a7868432d627fafdb773bea25e /common-modified
parent81a7237a05a37c8c973e0114b3d930c5d8035ec4 (diff)
downloadfarstream-717f494dfbdc4ab64c03440f2a384cad8f4e4651.tar.gz
docs: Update custom doc building rules to match newer gst tools
Diffstat (limited to 'common-modified')
-rw-r--r--common-modified/gtk-doc-plugins.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/common-modified/gtk-doc-plugins.mak b/common-modified/gtk-doc-plugins.mak
index 85921127..e1c5d758 100644
--- a/common-modified/gtk-doc-plugins.mak
+++ b/common-modified/gtk-doc-plugins.mak
@@ -116,7 +116,8 @@ scanobj-build.stamp: $(SCANOBJ_DEPS) $(basefiles)
CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" \
LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \
$(GST_DOC_SCANOBJ) --type-init-func="gst_init(NULL,NULL)" \
- --module=$(DOC_MODULE) --source=$(PACKAGE) && \
+ --module=$(DOC_MODULE) --source=$(PACKAGE) \
+ --inspect-dir="inspect" && \
$(PYTHON) \
$(top_srcdir)/common/scangobj-merge.py $(DOC_MODULE); \
fi