summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-29 10:56:26 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-29 10:56:26 -0500
commit16fab2e08161f9e274c7f2c86aa92a9b31130d0c (patch)
tree2a4c179fea1395fb66593e91a8af47aee1841503 /Makefile
parent04af8e4efbd9365671d39c779cacad66ab27d3f3 (diff)
downloadpython-coveragepy-16fab2e08161f9e274c7f2c86aa92a9b31130d0c.tar.gz
Spelling for the docs also
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3958214..6afb718 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ clean:
-rm -f tests/zipmods.zip
-rm -rf tests/eggsrc/build tests/eggsrc/dist tests/eggsrc/*.egg-info
-rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz
- -rm -rf doc/_build
+ -rm -rf doc/_build doc/_spell
sterile: clean
-rm -rf .tox*
@@ -90,6 +90,9 @@ dochtml:
@echo
@echo "Build finished. The HTML pages are in doc/_build/html."
+docspell:
+ $(SPHINXBUILD) -b spelling $(SPHINXOPTS) doc/_spell
+
publish: px
rm -f $(WEBHOME)/*.px
cp doc/_build/px/*.px $(WEBHOME)