fixed cleaning docsite

pull/19995/head
Brian Coca 9 years ago
parent b7ad86acd0
commit aae9bbdebc

@ -165,6 +165,8 @@ clean:
@echo "Cleaning up authors file" @echo "Cleaning up authors file"
rm -f AUTHORS.TXT rm -f AUTHORS.TXT
find . -type f -name '*.pyc' -delete find . -type f -name '*.pyc' -delete
@echo "Cleaning up docsite"
$(MAKE) -C docs/docsite clean
python: python:
$(PYTHON) setup.py build $(PYTHON) setup.py build

Loading…
Cancel
Save