summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-08-20 16:03:34 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-08-20 16:03:34 -0400
commit70e12d3bcef0840347181aff5a661b21aaa49f97 (patch)
treed3d894a8e484f431733f1c3fa63fa5fbcffa2c52 /howto.txt
parentcb2618965efaa6e2edd00a335f8d8e676e01b1fa (diff)
downloadpython-coveragepy-70e12d3bcef0840347181aff5a661b21aaa49f97.tar.gz
Make it possible to have beta docs in a different place than the real docs
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt22
1 files changed, 13 insertions, 9 deletions
diff --git a/howto.txt b/howto.txt
index 23f4156..f33d39d 100644
--- a/howto.txt
+++ b/howto.txt
@@ -13,15 +13,19 @@
- Version, date, and changes in doc/changes.rst
- Version and date in doc/index.rst
- Version and copyright date in doc/conf.py
- - Version --version output in doc/install.py
- - Generate new sample_html to get the latest, incl footer version number:
- cd C:\ned\cog\trunk
- rmdir/s/q htmlcov
- coverage run --branch cogapp\test_cogapp.py CogTestsInMemory
- coverage html -i
- copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html
- - Build and publish docs:
- $ make px publish
+ - Version --version output in doc/install.rst
+ - 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 cogapp\test_cogapp.py CogTestsInMemory
+ coverage html -i
+ copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html
+ - Build and publish docs:
+ $ make px publish
- Kits:
- source .tgz and windows .exe for each Python
- $ allkits.cmd