summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-04-26 04:22:21 (GMT)
committerEvan Martin <martine@danga.com>2012-04-26 04:22:21 (GMT)
commit27fb0d1e8cff1effb5c4e264ddf62db0d592158c (patch)
tree75e94b9db89821616eaa99ddd4f2c95636880944 /doc
parent2ddef5b052c42876333928bc9591ad6ff8953fab (diff)
parent0e34c422a20bbf140e122d468127d56060051c5f (diff)
downloadNinja-27fb0d1e8cff1effb5c4e264ddf62db0d592158c.zip
Ninja-27fb0d1e8cff1effb5c4e264ddf62db0d592158c.tar.gz
Ninja-27fb0d1e8cff1effb5c4e264ddf62db0d592158c.tar.bz2
Merge pull request #278 from tychoish/master
Minor Documentation Tweak
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 0201820..62941ad 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -477,7 +477,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 <<ref_dependencies,the reference on