summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-26 14:05:45 +0100
committerGeorg Brandl <georg@python.org>2009-10-26 14:05:45 +0100
commitaa90696b87e8b21ba8817af0ed10d50604332ac0 (patch)
treef77e3cd120290f88ff653de555512588accd6b50 /Makefile
parentb7419ea6e10318054947342d4d23ad489c5f1447 (diff)
parented97070b3c42a5ed1254337d7503022ff07bd85d (diff)
downloadsphinx-aa90696b87e8b21ba8817af0ed10d50604332ac0.tar.gz
merge with trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f405fddc..026cc9ac 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 -i env .