mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove Sphinx.egg-info on make clean
This commit is contained in:
parent
4c87bcc57e
commit
a9256bfa70
1
Makefile
1
Makefile
@ -56,6 +56,7 @@ clean-backupfiles:
|
|||||||
|
|
||||||
clean-generated:
|
clean-generated:
|
||||||
find . -name '.DS_Store' -exec rm -f {} +
|
find . -name '.DS_Store' -exec rm -f {} +
|
||||||
|
rm -rf Sphinx.egg-info/
|
||||||
rm -rf 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*
|
||||||
|
Loading…
Reference in New Issue
Block a user