gtk-doc.mak: Apply the same fix as below to gtk-doc.mak. Somehow did not end up in
authorStefan Kost <ensonic@users.sourceforge.net>
Mon, 6 Oct 2008 08:36:15 +0000 (08:36 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Mon, 6 Oct 2008 08:36:15 +0000 (08:36 +0000)
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
gtk-doc.mak

index 3e8d29b..f30925a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-06  Stefan Kost  <ensonic@users.sf.net>
+
+       * 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  <ds@schleef.org>
 
        * gtk-doc-plugins.mak: Fix the check for gtkdoc-rebase: don't
index 2b4d812..1783512 100644 (file)
@@ -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`; \