From: Stefan Kost Date: Mon, 6 Oct 2008 08:36:15 +0000 (+0000) Subject: gtk-doc.mak: Apply the same fix as below to gtk-doc.mak. Somehow did not end up in X-Git-Tag: GIT_CONVERSION~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea93f2ed580bcc19322e4c07f677eda980c821eb;p=platform%2Fupstream%2Fgst-common.git gtk-doc.mak: Apply the same fix as below to gtk-doc.mak. Somehow did not end up in Original commit message from CVS: * gtk-doc.mak: Apply the same fix as below to gtk-doc.mak. Somehow did not end up in CVS. --- diff --git a/ChangeLog b/ChangeLog index 3e8d29b..f30925a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-06 Stefan Kost + + * gtk-doc.mak: + Apply the same fix as below to gtk-doc.mak. Somehow did not end up in + CVS. + 2008-09-05 David Schleef * gtk-doc-plugins.mak: Fix the check for gtkdoc-rebase: don't diff --git a/gtk-doc.mak b/gtk-doc.mak index 2b4d812..1783512 100644 --- a/gtk-doc.mak +++ b/gtk-doc.mak @@ -200,8 +200,8 @@ install-data-local: $(INSTALL_DATA) $(srcdir)/html/$(DOC_MODULE).devhelp2 \ $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp2; \ fi; \ - which gtkdoc-rebase >/dev/null && \ - gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ + (which gtkdoc-rebase >/dev/null && \ + gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR)) || true ; \ fi) uninstall-local: (installfiles=`echo ./html/*.html`; \