[Python-apps-commits] r3404 - in packages/txt2tags/trunk/doc (Makefile)

jmw-guest at users.alioth.debian.org jmw-guest at users.alioth.debian.org
Sat Aug 8 23:45:02 UTC 2009


    Date: Saturday, August 8, 2009 @ 23:45:01
  Author: jmw-guest
Revision: 3404

Stop doc/Makefile complaining on clean

Modified:
  packages/txt2tags/trunk/doc/Makefile

Modified: packages/txt2tags/trunk/doc/Makefile
===================================================================
--- packages/txt2tags/trunk/doc/Makefile	2009-08-08 23:43:49 UTC (rev 3403)
+++ packages/txt2tags/trunk/doc/Makefile	2009-08-08 23:45:01 UTC (rev 3404)
@@ -24,7 +24,7 @@
         manpage-zh.man manpage-fr.man manpage-pt.man
 
 clean:
-	rm *.$(SECTION)
+	rm -f *.$(SECTION)
 
 build:
 	for p in $(PAGES); do \




More information about the Python-apps-commits mailing list