Remove Sphinx.egg-info on make clean

This commit is contained in:
Takeshi KOMIYA 2017-04-06 09:41:49 +09:00
parent 4c87bcc57e
commit a9256bfa70

View File

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