From: Hiroyuki Iwatsuki Date: Sun, 15 May 2011 23:38:11 +0000 (+0900) Subject: fix the error: 'asciidoc: To many arguments' X-Git-Tag: release-120715~363^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dffc0a28735e5431d5ee5e3ea11d63e283728e19;p=platform%2Fupstream%2Fninja.git fix the error: 'asciidoc: To many arguments' --- 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',