[Scummvm-cvs-logs] SF.net SVN: scummvm: [25016] docs/trunk/docbook/Makefile.common

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Jan 6 00:47:09 CET 2007


Revision: 25016
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25016&view=rev
Author:   fingolfin
Date:     2007-01-05 15:47:08 -0800 (Fri, 05 Jan 2007)

Log Message:
-----------
Make 'clean' target more robust

Modified Paths:
--------------
    docs/trunk/docbook/Makefile.common

Modified: docs/trunk/docbook/Makefile.common
===================================================================
--- docs/trunk/docbook/Makefile.common	2007-01-05 23:33:13 UTC (rev 25015)
+++ docs/trunk/docbook/Makefile.common	2007-01-05 23:47:08 UTC (rev 25016)
@@ -13,9 +13,9 @@
 all: $(MANUAL_DST) $(DEVGUIDE_DST) $(FAQ_DST)
 
 clean:
-	rm $(MANUAL_DST)
-	rm $(DEVGUIDE_DST)
-	rm $(FAQ_DST)
+	rm -f $(MANUAL_DST)
+	rm -f $(DEVGUIDE_DST)
+	rm -f $(FAQ_DST)
 	rm -rf devguide manual
 
 #


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list