From 873abda30192cc644253dee5130e59c62233ee04 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Tue, 6 Sep 2011 12:52:22 -0700 Subject: don't use "all" in the phony example, because we now have "default" --- doc/manual.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 79e59c1..86afc09 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -264,10 +264,10 @@ The special rule name `phony` can be used to create aliases for other targets. For example: ---------------- -build all: phony some/file/in/a/faraway/subdir +build foo: phony some/file/in/a/faraway/subdir/foo ---------------- -This makes `ninja all` build the other files. Semantically, the +This makes `ninja foo` build the longer path. Semantically, the `phony` rule is equivalent to a plain rule where the `command` does nothing, but phony rules are handled specially in that they aren't printed when run, logged (see below), nor do they contribute to the -- cgit v0.12