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
commit93611687132bc7e151046a98abe82a73cff9a795 (patch)
treead21818bcc38d9769c9806dd54bc8db7009b11bd /Makefile
parent07ea96f2d764801f2daa2ccbf0b8099eed8637af (diff)
downloadpython-coveragepy-git-93611687132bc7e151046a98abe82a73cff9a795.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 d141f3b5..8e7299de 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