From 0e34c422a20bbf140e122d468127d56060051c5f Mon Sep 17 00:00:00 2001 From: tycho garen Date: Mon, 23 Apr 2012 22:26:35 -0400 Subject: docs: clarifying that there can be only one command per rule --- doc/manual.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index a330095..b2046aa 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -460,7 +460,9 @@ keys. `command` (_required_):: the command line to run. This string (after $variables are expanded) is passed directly to `sh -c` without - interpretation by Ninja. + interpretation by Ninja. Each `rule` may have only one `command` + declaration. To specify multiple commands use `&&` (or similar) to + concatenate operations. `depfile`:: path to an optional `Makefile` that contains extra _implicit dependencies_ (see <