From cc9f564bc3c99e05e8b6293c9247a6808bc353b0 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 12 May 2016 00:04:55 +0000 Subject: Makefile: update `dev-packages` target. - Add Sphinx - Add `-U` switch to all pip comands. --- Makefile | 5 +++-- 1 file 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 -- cgit v1.2.3