From dffc0a28735e5431d5ee5e3ea11d63e283728e19 Mon Sep 17 00:00:00 2001 From: Hiroyuki Iwatsuki Date: Mon, 16 May 2011 08:38:11 +0900 Subject: fix the error: 'asciidoc: To many arguments' --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v0.12