From 16fab2e08161f9e274c7f2c86aa92a9b31130d0c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 29 Nov 2014 10:56:26 -0500 Subject: Spelling for the docs also --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.1