From 08e3b283337104a65f86c6c271298856631f8716 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 26 May 2016 19:26:33 +0000 Subject: Makefile: add `clean-target` target. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73caa49..5a52b60 100644 --- a/Makefile +++ b/Makefile @@ -51,10 +51,13 @@ clean-venv: @rm -rf local/ @rm -rf man/ +clean-docs: + @$(MAKE) -C docs clean + dev-packages: @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 docs upload-docs +.PHONY: dev-packages docs upload-docs clean-docs -- cgit v1.2.3