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
commit8603e0485333af6704e0cd0770f565fc2d716569 (patch)
tree0e31e623a5f27c2b2af98bd54c27b6fdab46ab1d /howto.txt
parentbbfd0597107e1e7d4034c21af1cefb3e2c758314 (diff)
downloadpython-coveragepy-8603e0485333af6704e0cd0770f565fc2d716569.tar.gz
Last touches for 3.2 final.
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 ed58221..9f93b8a 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: