Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-10-01 18:44:49 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-10-01 18:44:49 +0300
commite8d5650adf063f18f25c5900115e0b8edb7202e0 (patch)
tree64c6bdccd42c4310ad5108363106edf1db37f8e3 /Makefile
parentfdf4f2e81f9a86b35fbad6d3f98f2598423de83c (diff)
parent55a8ab3bbbad02b227582f5a48b5893ac758060e (diff)
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 10e8a787f..01e3a7837 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ all: clean-pyc clean-backupfiles style-check test
style-check:
@$(PYTHON) utils/check_sources.py $(DONT_CHECK) .
-clean: clean-pyc clean-pycache clean-patchfiles clean-backupfiles clean-generated clean-testfiles
+clean: clean-pyc clean-pycache clean-patchfiles clean-backupfiles clean-generated clean-testfiles clean-buildfiles
clean-pyc:
find . -name '*.pyc' -exec rm -f {} +
@@ -59,6 +59,9 @@ clean-testfiles:
rm -rf tests/build
rm -rf .tox/
+clean-buildfiles:
+ rm -rf build
+
pylint:
@pylint --rcfile utils/pylintrc sphinx