summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-05 16:29:33 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-05 16:29:33 -0500
commita694fa1a052736c3d30e1c266dd62fd237509ecb (patch)
treeae7536a3bc52af5ca5bcf0b9cce4c971118c989a /howto.txt
parent254409614bc15809dd178944fc92d286474b2d8c (diff)
downloadpython-coveragepy-git-a694fa1a052736c3d30e1c266dd62fd237509ecb.tar.gz
Last touches for 3.2 final.
--HG-- branch : 3.2_branch
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index ed582213..9f93b8af 100644
--- a/howto.txt
+++ b/howto.txt
@@ -18,7 +18,7 @@
rmdir/s/q htmlcov
coverage run --branch cogapp\test_cogapp.py CogTestsInMemory
coverage html -i -d htmlcov
- copy htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html
+ copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html
- Build and publish docs:
$ make px publish
- Kits: