summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed7b0ac202..57a9eb2de3 100644
--- a/Makefile
+++ b/Makefile
@@ -165,6 +165,8 @@ clean:
@echo "Cleaning up authors file"
rm -f AUTHORS.TXT
find . -type f -name '*.pyc' -delete
+ @echo "Cleaning up docsite"
+ $(MAKE) -C docs/docsite clean
python:
$(PYTHON) setup.py build