Correct path to docs

Change-Id: I146bfcfd8abb731f60c0afc51262fd76a39965e3
This commit is contained in:
James Downs 2015-09-26 13:25:56 -07:00 committed by Victor Stinner
parent 25cce67529
commit 9740be0766
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ sdist: docs
clean:
rm -rf dist build *.egg-info
(cd docs && make clean)
(cd doc && make clean)
.PHONY: docs
docs:
(cd docs && make clean html)
(cd doc && make clean html)