summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-10 22:18:18 +0100
committerGeorg Brandl <georg@python.org>2009-01-10 22:18:18 +0100
commitaedbdd953d4ea4129273294316c23780cda9cb3b (patch)
tree5044c2146ca4b1756136040d0b4365685b0c4f84 /Makefile
parentb068e9180365a5d74d4fb02b003d7a05f99ffac3 (diff)
downloadsphinx-git-aedbdd953d4ea4129273294316c23780cda9cb3b.tar.gz
Fix more line length and trailing whitespace.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 721986b2f..4d5048d1c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,9 @@ export PYTHONPATH = $(shell echo "$$PYTHONPATH"):./sphinx
all: clean-pyc check test
check:
- @$(PYTHON) utils/check_sources.py -i sphinx/style/jquery.js sphinx
+ @$(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 .
clean: clean-pyc clean-patchfiles