Fix #3453: remove doc/_build/ forcely on make clean on Sphinx repos

This commit is contained in:
Takeshi KOMIYA 2017-02-25 14:45:49 +09:00
parent 4e8c622abe
commit 341986c03a

View File

@ -56,7 +56,7 @@ clean-backupfiles:
clean-generated:
find . -name '.DS_Store' -exec rm -f {} +
rm -f doc/_build/
rm -rf doc/_build/
rm -f sphinx/pycode/*.pickle
rm -f utils/*3.py*
rm -f utils/regression_test.js