diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-20 17:49:39 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-20 17:49:39 -0400 |
| commit | 93611687132bc7e151046a98abe82a73cff9a795 (patch) | |
| tree | ad21818bcc38d9769c9806dd54bc8db7009b11bd /Makefile | |
| parent | 07ea96f2d764801f2daa2ccbf0b8099eed8637af (diff) | |
| download | python-coveragepy-git-93611687132bc7e151046a98abe82a73cff9a795.tar.gz | |
Add docs to CoverageData.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
