diff options
author | Georg Brandl <georg@python.org> | 2009-01-03 21:30:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-03 21:30:40 (GMT) |
commit | d509788f98e5ee6ecc638daf3be27493ae74640a (patch) | |
tree | dafaad68f4f0bb785553898cc79957ca09781ddd /Doc/Makefile | |
parent | a1c6a1cea5af1d3c7682a8e99b001b0904480e4d (diff) | |
download | cpython-d509788f98e5ee6ecc638daf3be27493ae74640a.zip cpython-d509788f98e5ee6ecc638daf3be27493ae74640a.tar.gz cpython-d509788f98e5ee6ecc638daf3be27493ae74640a.tar.bz2 |
Merged revisions 68222 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68222 | georg.brandl | 2009-01-03 22:11:58 +0100 (Sat, 03 Jan 2009) | 2 lines
Disable the line length checker by default.
........
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index e41f873..4ef79f4 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -142,4 +142,4 @@ dist: cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2 check: - $(PYTHON) tools/rstlint.py -i tools -s 2 + $(PYTHON) tools/rstlint.py -i tools |