mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #3453: remove doc/_build/ forcely on make clean
on Sphinx repos
This commit is contained in:
parent
4e8c622abe
commit
341986c03a
2
Makefile
2
Makefile
@ -56,7 +56,7 @@ clean-backupfiles:
|
|||||||
|
|
||||||
clean-generated:
|
clean-generated:
|
||||||
find . -name '.DS_Store' -exec rm -f {} +
|
find . -name '.DS_Store' -exec rm -f {} +
|
||||||
rm -f doc/_build/
|
rm -rf doc/_build/
|
||||||
rm -f sphinx/pycode/*.pickle
|
rm -f sphinx/pycode/*.pickle
|
||||||
rm -f utils/*3.py*
|
rm -f utils/*3.py*
|
||||||
rm -f utils/regression_test.js
|
rm -f utils/regression_test.js
|
||||||
|
Loading…
Reference in New Issue
Block a user