From ec98ffd623332f4f819e00b604ef1bf10a6ffffb Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 26 Oct 2009 09:52:48 +0100 Subject: make check: ignore "build" and "dist" dirs. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dbe7c36e..64fef334 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ export PYTHONPATH = $(shell echo "$$PYTHONPATH"):./sphinx all: clean-pyc check test check: - @$(PYTHON) utils/check_sources.py -i sphinx/style/jquery.js \ + @$(PYTHON) utils/check_sources.py -i build -i dist -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 tests/coverage.py . -- cgit v1.2.1