diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-26 23:41:24 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-26 23:41:24 -0400 |
| commit | a70319af59dc99373fa1b8febd0bbf86b6ca5200 (patch) | |
| tree | e1c4f9cf247b7318c5fc4123d5ab714b430d609c /doc/Makefile | |
| parent | c77c6649d8438762f20fd9e15cf6c4cc9b94643b (diff) | |
| download | python-coveragepy-a70319af59dc99373fa1b8febd0bbf86b6ca5200.tar.gz | |
First successful coversion .rst -> .px -> .html
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index 5be97aa..a820e37 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
|
