summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-14 00:12:23 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-14 00:12:23 +0900
commite645ea59dbeec3b295b6167245a9278624c64a6d (patch)
treefda23ea0f03f4e1b497327a1c16bc4c37f0f6a7f /Makefile
parentc2b19243a3f6a39734bdf1244d858ee4f53fbc90 (diff)
parent6bb903058052390be5eedeb4941c4e31c3c75465 (diff)
downloadsphinx-git-e645ea59dbeec3b295b6167245a9278624c64a6d.tar.gz
Merge branch 'stable'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86226f3b5..0c0fdd40d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ style-check:
type-check:
mypy sphinx/
-clean: clean-pyc clean-pycache clean-patchfiles clean-backupfiles clean-generated clean-testfiles clean-buildfiles
+clean: clean-pyc clean-pycache clean-patchfiles clean-backupfiles clean-generated clean-testfiles clean-buildfiles clean-mypyfiles
clean-pyc:
find . -name '*.pyc' -exec rm -f {} +
@@ -65,6 +65,9 @@ clean-testfiles:
clean-buildfiles:
rm -rf build
+clean-mypyfiles:
+ rm -rf .mypy_cache/
+
pylint:
@pylint --rcfile utils/pylintrc sphinx