summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-07 19:07:50 +0100
committerGeorg Brandl <georg@python.org>2010-01-07 19:07:50 +0100
commitf35d74d9cfa6c934b35af1e7e71efcbc63a3e3a5 (patch)
treedeb3ff63159b82b5d966600bf8c832cf8864f148 /Makefile
parenta5008da8ee1b8ada041851b390818714a67f0af2 (diff)
parent0afca45dbc97654e489df0367bf92d9b4803cf78 (diff)
downloadsphinx-f35d74d9cfa6c934b35af1e7e71efcbc63a3e3a5.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 b7716b59..90f7c3d4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,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 .ropeproject \
- -i doc/_build -i ez_setup.py -i tests/path.py -i tests/coverage.py .
+ -i doc/_build -i ez_setup.py -i tests/path.py -i tests/coverage.py -i env .
clean: clean-pyc clean-patchfiles