gtk-doc-plugins.mak: Be more quiet when the files don't yet exist.
authorJan Schmidt <thaytan@mad.scientist.com>
Sat, 17 May 2008 17:17:59 +0000 (17:17 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Sat, 17 May 2008 17:17:59 +0000 (17:17 +0000)
Original commit message from CVS:
* gtk-doc-plugins.mak:
Be more quiet when the files don't yet exist.

ChangeLog
gtk-doc-plugins.mak

index 99888c1..fef35ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-17  Jan Schmidt  <jan.schmidt@sun.com>
+
+       * gtk-doc-plugins.mak:
+       Be more quiet when the files don't yet exist.
+
 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
 
        * gstdoc-scangobj:
index e96d619..ccce744 100644 (file)
@@ -143,8 +143,7 @@ inspect:
        mkdir inspect
 
 inspect-update: inspect
-       -rm $(INSPECT_REGISTRY)
-       -rm inspect-build.stamp
+       -rm -f $(INSPECT_REGISTRY) inspect-build.stamp
        $(MAKE) inspect-build.stamp
 
 # FIXME: inspect.stamp should be written to by gst-xmlinspect.py