mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #7392 from tk0miya/7225_makefile
Fix #7225: release package contains .mypy_cache directory
This commit is contained in:
commit
7585afb620
4
Makefile
4
Makefile
@ -31,7 +31,7 @@ clean-backupfiles:
|
||||
clean-generated:
|
||||
find . -name '.DS_Store' -exec rm -f {} +
|
||||
rm -rf Sphinx.egg-info/
|
||||
rm -rf dists/
|
||||
rm -rf dist/
|
||||
rm -rf doc/_build/
|
||||
rm -f sphinx/pycode/*.pickle
|
||||
rm -f utils/*3.py*
|
||||
@ -50,7 +50,7 @@ clean-buildfiles:
|
||||
|
||||
.PHONY: clean-mypyfiles
|
||||
clean-mypyfiles:
|
||||
rm -rf .mypy_cache/
|
||||
rm -rf **/.mypy_cache/
|
||||
|
||||
.PHONY: style-check
|
||||
style-check:
|
||||
|
Loading…
Reference in New Issue
Block a user