summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-04-27 15:19:35 (GMT)
committerEvan Martin <martine@danga.com>2012-04-27 15:30:26 (GMT)
commit53adaa76d1a13a0a1e18237eba49e7035b15134b (patch)
tree597eb8c63d81250ca82b5c1296b73005a5f20a45 /configure.py
parentd636c1535688033e120996fee42b49a8b5518278 (diff)
downloadNinja-53adaa76d1a13a0a1e18237eba49e7035b15134b.zip
Ninja-53adaa76d1a13a0a1e18237eba49e7035b15134b.tar.gz
Ninja-53adaa76d1a13a0a1e18237eba49e7035b15134b.tar.bz2
manual: limit width to 45em
I had a local user stylesheet that was doing this for all sites so I hadn't noticed how bad it was!
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 79d6ac9..c35cf6f 100755
--- a/configure.py
+++ b/configure.py
@@ -319,7 +319,7 @@ n.newline()
n.comment('Generate the manual using asciidoc.')
n.rule('asciidoc',
- command='asciidoc -a toc -o $out $in',
+ command='asciidoc -a toc -a max-width=45em -o $out $in',
description='ASCIIDOC $in')
manual = n.build(doc('manual.html'), 'asciidoc', doc('manual.asciidoc'))
n.build('manual', 'phony',