aboutsummaryrefslogtreecommitdiff
path: root/docs/plugins/Makefile.in
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-14 10:36:23 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-14 10:36:23 +0200
commita60e713f58609144379f0ad770ac7cb78352a996 (patch)
tree24341bcb93eadb134dd0ca234f41facd9f33bf15 /docs/plugins/Makefile.in
parentc167d67e1cc2c9f9ff50fa06757b1cd246a71383 (diff)
Imported Upstream version 0.11.94upstream/0.11.94
Diffstat (limited to 'docs/plugins/Makefile.in')
-rw-r--r--docs/plugins/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/plugins/Makefile.in b/docs/plugins/Makefile.in
index 6345cb5..8f9f537 100644
--- a/docs/plugins/Makefile.in
+++ b/docs/plugins/Makefile.in
@@ -1021,8 +1021,7 @@ install-data-local:
$(INSTALL_DATA) $(builddir)/html/$(DOC_MODULE).devhelp2 \
$(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_API_VERSION@.devhelp2; \
fi; \
- (which gtkdoc-rebase >/dev/null && \
- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR)) || true ; \
+ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) || true ; \
fi)
uninstall-local:
if test -d $(DESTDIR)$(TARGET_DIR); then \