summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-20 17:49:39 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-20 17:49:39 -0400
commitcaae3057c6e8ac32ca7a6e306d131f181df8686f (patch)
tree8d7b175408bdfa4e17f55814cc7bd2794d26a1f8 /Makefile
parent40ea0f9d70519a3c5645bee934921986cceb1f32 (diff)
downloadpython-coveragepy-caae3057c6e8ac32ca7a6e306d131f181df8686f.tar.gz
Add docs to CoverageData.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d141f3b..8e7299d 100644
--- a/Makefile
+++ b/Makefile
@@ -88,17 +88,17 @@ WEBHOME = ~/web/stellated/pages/code/coverage
docreqs:
pip install -r doc/requirements.txt
-px: docreqs
+px:
$(SPHINXBUILD) -b px $(SPHINXOPTS) doc/_build/px
rm doc/_build/px/search.px
python doc/_ext/px_cleaner.py doc/_build/px/*.px
-dochtml: docreqs
+dochtml:
$(SPHINXBUILD) -b html $(SPHINXOPTS) doc/_build/html
@echo
@echo "Build finished. The HTML pages are in doc/_build/html."
-docspell: docreqs
+docspell:
$(SPHINXBUILD) -b spelling $(SPHINXOPTS) doc/_spell
publish: px