Update check_sources; we now have 201x.

This commit is contained in:
Georg Brandl
2010-01-02 21:11:23 +01:00
parent f4da14806c
commit 3c09b7ab8f
2 changed files with 2 additions and 2 deletions

View File

@@ -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