summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-21 10:36:03 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-21 10:36:03 -0400
commit212a911129a2b0cfc6bfdfde1b3171ea5e1b7106 (patch)
tree511c44ea7dff372480f861f8b4f9591cd562095e /doc
parente70b28f1d6e2ce915963b4fdd576dd39e302d44f (diff)
downloadpython-coveragepy-212a911129a2b0cfc6bfdfde1b3171ea5e1b7106.tar.gz
rm -f works better when there might not be stuff to delete.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index ab00b44..0d3e425 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -37,9 +37,9 @@ px:
@echo "Build finished. The HTML pages are in _build/px."
publish:
- rm c:/ned/web/stellated/pages/code/coverage/*.px
+ rm -f c:/ned/web/stellated/pages/code/coverage/*.px
cp _build/px/*.px c:/ned/web/stellated/pages/code/coverage
- rm c:/ned/web/stellated/pages/code/coverage/sample_html/*.*
+ rm -f c:/ned/web/stellated/pages/code/coverage/sample_html/*.*
cp sample_html/*.* c:/ned/web/stellated/pages/code/coverage/sample_html
text: