fix the error: 'asciidoc: To many arguments'
authorHiroyuki Iwatsuki <don@na.rim.or.jp>
Sun, 15 May 2011 23:38:11 +0000 (08:38 +0900)
committerHiroyuki Iwatsuki <don@na.rim.or.jp>
Sun, 15 May 2011 23:38:11 +0000 (08:38 +0900)
configure.py

index e42a76a..cb9a22b 100755 (executable)
@@ -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',