fix it properly before removing this
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 24 Aug 2004 09:20:16 +0000 (09:20 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 24 Aug 2004 09:20:16 +0000 (09:20 +0000)
Original commit message from CVS:
fix it properly before removing this

docs/gst/Makefile.am
docs/libs/Makefile.am

index b1a0f21..c76cc63 100644 (file)
@@ -332,7 +332,7 @@ uninstall-local:
          echo '-- Uninstalling $(DESTDIR)$(TARGET_DIR)/index.sgml' ; \
          rm -f $(DESTDIR)$(TARGET_DIR)/index.sgml; \
        fi) 
-       if test -d $(DESTDIR)$(TARGET_DIR); then rmdir -p $(DESTDIR)$(TARGET_DIR) 2>/dev/null; fi
+       if test -d $(DESTDIR)$(TARGET_DIR); then rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(TARGET_DIR) 2>/dev/null; fi
 
 #
 # Require gtk-doc when making dist
index a4d6ce9..33857f6 100644 (file)
@@ -299,7 +299,7 @@ uninstall-local:
          echo '-- Uninstalling $(DESTDIR)$(TARGET_DIR)/index.sgml' ; \
          rm -f $(DESTDIR)$(TARGET_DIR)/index.sgml; \
        fi) 
-       if test -d $(DESTDIR)$(TARGET_DIR); then rmdir -p $(DESTDIR)$(TARGET_DIR) 2>/dev/null; fi
+       if test -d $(DESTDIR)$(TARGET_DIR); then rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(TARGET_DIR) 2>/dev/null; fi
 
 #
 # Require gtk-doc when making dist