manual: limit width to 45em
authorEvan Martin <martine@danga.com>
Fri, 27 Apr 2012 15:19:35 +0000 (08:19 -0700)
committerEvan Martin <martine@danga.com>
Fri, 27 Apr 2012 15:30:26 +0000 (08:30 -0700)
I had a local user stylesheet that was doing this for all sites
so I hadn't noticed how bad it was!

configure.py

index 79d6ac9..c35cf6f 100755 (executable)
@@ -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',