summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-06-05 10:09:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-06-05 10:09:21 -0400
commit23d965aee6ac35d85fb38b061440f8d9931ee443 (patch)
tree0eebf7fa1f1b7e61dde3339c05fe5314b6418d38 /howto.txt
parentc005acc51bf72905d68e93a9b62ed3b67e86ec4d (diff)
downloadpython-coveragepy-git-23d965aee6ac35d85fb38b061440f8d9931ee443.tar.gz
Add some beta-specific stuff to the home page.
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/howto.txt b/howto.txt
index 13dc41a8..fd3ef33b 100644
--- a/howto.txt
+++ b/howto.txt
@@ -14,16 +14,19 @@
- Version and date in doc/index.rst
- Version and copyright date in doc/conf.py
- Version --version output in doc/install.rst
+ - Generate new sample_html to get the latest, incl footer version number:
+ cd C:\ned\cog\trunk
+ rmdir/s/q htmlcov
+ coverage run --branch --source=cogapp cogapp\test_cogapp.py CogTestsInMemory
+ coverage html
+ - IF BETA:
+ copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html_beta
+ - ELSE:
+ copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html
- IF BETA:
- Build and publish docs:
$ make publishbeta
- ELSE:
- - Generate new sample_html to get the latest, incl footer version number:
- cd C:\ned\cog\trunk
- rmdir/s/q htmlcov
- coverage run --branch --source=cogapp cogapp\test_cogapp.py CogTestsInMemory
- coverage html
- copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html
- Build and publish docs:
$ make px publish
- Kits: