From: Edward Hervey Date: Mon, 5 Jun 2006 14:30:29 +0000 (+0000) Subject: gtk-doc.mak: Check for the proper .devhelp2 file to remove. X-Git-Tag: RELEASE-0_10_2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4282dfa89d50e80f59d4e1837af95fbf74e75d18;p=platform%2Fupstream%2Fgst-common.git gtk-doc.mak: Check for the proper .devhelp2 file to remove. Original commit message from CVS: * gtk-doc.mak: Check for the proper .devhelp2 file to remove. --- diff --git a/ChangeLog b/ChangeLog index 76325b3..04edd09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-05 Edward Hervey + + * gtk-doc.mak: + Check for the proper .devhelp2 file to remove. + 2006-05-31 Thomas Vander Stichele * gtk-doc.mak: diff --git a/gtk-doc.mak b/gtk-doc.mak index d522960..ea203d8 100644 --- a/gtk-doc.mak +++ b/gtk-doc.mak @@ -219,7 +219,7 @@ uninstall-local: fi; \ echo '-- Uninstalling $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE).devhelp' ; \ rm -f $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp; \ - if test -e $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE).devhelp2; then \ + if test -e $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp2; then \ rm -f $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp2; \ fi; \ echo '-- Uninstalling $(DESTDIR)$(TARGET_DIR)/index.sgml' ; \