summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1761089..e38cf27 100644
--- a/Makefile
+++ b/Makefile
@@ -38,11 +38,11 @@ clean-build:
clean-pyc:
@find . -name '*.pyc' -exec rm -f {} +
-
clean-venv:
@rm -rf bin/
@rm -rf include/
@rm -rf lib/
@rm -rf local/
+ @rm -rf man/
.PHONY: dist clean-build upload build-dist egg clean-pyc clean-venv