summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-02 21:11:23 +0100
committerGeorg Brandl <georg@python.org>2010-01-02 21:11:23 +0100
commitc07185f033bdad16dfff857657c2c74e294d7093 (patch)
treebf611188d0b84eb1ab690313a989d2847606bde6 /Makefile
parent7e8cbbe18b8ef054ecab9b6a0c35dfa52c5ea338 (diff)
downloadsphinx-c07185f033bdad16dfff857657c2c74e294d7093.tar.gz
Update check_sources; we now have 201x.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64fef334..b7716b59 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all: clean-pyc check test
check:
@$(PYTHON) utils/check_sources.py -i build -i dist -i sphinx/style/jquery.js \
- -i sphinx/pycode/pgen2 -i sphinx/util/smartypants.py \
+ -i sphinx/pycode/pgen2 -i sphinx/util/smartypants.py -i .ropeproject \
-i doc/_build -i ez_setup.py -i tests/path.py -i tests/coverage.py .
clean: clean-pyc clean-patchfiles