gtk-doc.mak: Check for the proper .devhelp2 file to remove.
authorEdward Hervey <bilboed@bilboed.com>
Mon, 5 Jun 2006 14:30:29 +0000 (14:30 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 5 Jun 2006 14:30:29 +0000 (14:30 +0000)
Original commit message from CVS:
* gtk-doc.mak:
Check for the proper .devhelp2 file to remove.

ChangeLog
gtk-doc.mak

index 76325b3..04edd09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-05  Edward Hervey  <edward@fluendo.com>
+
+       * gtk-doc.mak:
+       Check for the proper .devhelp2 file to remove.
+
 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * gtk-doc.mak:
index d522960..ea203d8 100644 (file)
@@ -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' ; \