summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-05-12 00:04:55 +0000
committerrsiddharth <rsd@gnu.org>2016-05-12 00:04:55 +0000
commitcc9f564bc3c99e05e8b6293c9247a6808bc353b0 (patch)
tree960d3ab6f786b342d2d6922886ea15b106b56a17
parentae3ef79c1965b4bb38a1c11d6e06d192e57a051d (diff)
Makefile: update `dev-packages` target.
- Add Sphinx - Add `-U` switch to all pip comands.
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a77f797..9def6c9 100644
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,9 @@ clean-venv:
@rm -rf man/
dev-packages:
- @pip install nose mock restructuredtext_lint
- @pip install wheel twine
+ @pip install -U nose mock restructuredtext_lint
+ @pip install -U wheel twine
+ @pip install -U Sphinx
.PHONY: dist clean-build upload build-dist egg clean-pyc clean-venv
.PHONY: dev-packages