diff options
author | Georg Brandl <georg@python.org> | 2009-10-26 14:05:45 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-26 14:05:45 +0100 |
commit | aa90696b87e8b21ba8817af0ed10d50604332ac0 (patch) | |
tree | f77e3cd120290f88ff653de555512588accd6b50 /Makefile | |
parent | b7419ea6e10318054947342d4d23ad489c5f1447 (diff) | |
parent | ed97070b3c42a5ed1254337d7503022ff07bd85d (diff) | |
download | sphinx-aa90696b87e8b21ba8817af0ed10d50604332ac0.tar.gz |
merge with trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 . |