fixed cleaning docsite
This commit is contained in:
parent
b7ad86acd0
commit
aae9bbdebc
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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…
Reference in a new issue