From ea93f2ed580bcc19322e4c07f677eda980c821eb Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 6 Oct 2008 08:36:15 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ gtk-doc.mak | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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`; \ -- 2.7.4