[MPlayer-DOCS] r28257 - trunk/DOCS/xml/Makefile
diego
subversion at mplayerhq.hu
Mon Jan 5 01:07:55 CET 2009
Author: diego
Date: Mon Jan 5 01:07:55 2009
New Revision: 28257
Log:
Skip pointless ignoring return value of 'rm -f'.
Modified:
trunk/DOCS/xml/Makefile
Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile Mon Jan 5 01:04:34 2009 (r28256)
+++ trunk/DOCS/xml/Makefile Mon Jan 5 01:07:55 2009 (r28257)
@@ -58,7 +58,7 @@ clean:
releaseclean:
rm -f $(foreach lang,$(DOC_LANG_ALL),$(lang)/main.xml)
rm -f $$(find . -name *.xml -type l)
- -rm -f html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh
+ rm -f html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh
distclean: clean releaseclean
More information about the MPlayer-DOCS
mailing list