summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-29 09:19:08 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-29 09:19:08 -0400
commite42bf73f4619995ffdefca36a00c33a6d1f3aad8 (patch)
tree701f5047976cc17a480f638130de836c6523825a /Makefile
parent2af97b024fb776be760eff44c602549151055649 (diff)
downloadpython-coveragepy-git-e42bf73f4619995ffdefca36a00c33a6d1f3aad8.tar.gz
Use requirements.pip files
--HG-- rename : doc/requirements.txt => doc/requirements.pip rename : requirements.txt => requirements.pip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ca322b7..384aadd5 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ SPHINXOPTS = -a -E doc
WEBHOME = ~/web/stellated/pages/code/coverage
docreqs:
- pip install -r doc/requirements.txt
+ pip install -r doc/requirements.pip
dochtml:
$(SPHINXBUILD) -b html $(SPHINXOPTS) doc/_build/html