#157: fix make check.

This commit is contained in:
Georg Brandl
2009-05-10 20:59:08 +02:00
parent e02e828cbe
commit ef01782f42
4 changed files with 7 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ all: clean-pyc check test
check:
@$(PYTHON) utils/check_sources.py -i sphinx/style/jquery.js \
-i sphinx/pycode/pgen2 -i sphinx/util/smartypants.py \
-i doc/_build -i ez_setup.py -i tests/path.py .
-i doc/_build -i ez_setup.py -i tests/path.py -i tests/coverage.py .
clean: clean-pyc clean-patchfiles