summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorHiroyuki Iwatsuki <don@na.rim.or.jp>2011-05-15 23:38:11 (GMT)
committerHiroyuki Iwatsuki <don@na.rim.or.jp>2011-05-15 23:38:11 (GMT)
commitdffc0a28735e5431d5ee5e3ea11d63e283728e19 (patch)
tree0a96300004833101ca426d09047789f5fb0706b4 /configure.py
parent17a0335519638e3f821d38172d104bfad62eb01c (diff)
downloadNinja-dffc0a28735e5431d5ee5e3ea11d63e283728e19.zip
Ninja-dffc0a28735e5431d5ee5e3ea11d63e283728e19.tar.gz
Ninja-dffc0a28735e5431d5ee5e3ea11d63e283728e19.tar.bz2
fix the error: 'asciidoc: To many arguments'
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 e42a76a..cb9a22b 100755
--- a/configure.py
+++ b/configure.py
@@ -162,7 +162,7 @@ n.newline()
n.comment('Generate the manual using asciidoc.')
n.rule('asciidoc',
- command='asciidoc -a toc $in -o $out',
+ command='asciidoc -a toc -o $out $in',
description='ASCIIDOC $in')
manual = n.build(doc('manual.html'), 'asciidoc', doc('manual.asciidoc'))
n.build('manual', 'phony',