summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-26 23:41:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-26 23:41:24 -0400
commitca6e49360be1b7d25b0ff4c11473063ffc05f1e7 (patch)
treeaca4b28eea243e0d76400694f3357566404f6e64 /doc/Makefile
parent921f198ab13883b4a9d742c5ef7bdbbad92de427 (diff)
downloadpython-coveragepy-git-ca6e49360be1b7d25b0ff4c11473063ffc05f1e7.tar.gz
First successful coversion .rst -> .px -> .html
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 5be97aa6..a820e372 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -35,6 +35,10 @@ px:
@echo
@echo "Build finished. The HTML pages are in _build/px."
+publish:
+ cp _build/px/*.px c:/ned/web/stellated/pages/code/coverage
+ cp sample_html/*.* c:/ned/web/stellated/pages/code/coverage/sample_html
+
text:
$(SPHINXBUILD) -b text $(ALLSPHINXOPTS) _build/text
@echo