diff options
author | Evan Martin <martine@danga.com> | 2012-10-31 22:18:36 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2012-12-29 20:34:25 (GMT) |
commit | 34b46f28c5496def6f8c72bf96bd30830e5477ef (patch) | |
tree | aae55c2da072514fd47d178155e98a18663a3c4c /doc/manual.asciidoc | |
parent | 94ea3e9d087ced80aaa62ed25fd239be825814a0 (diff) | |
download | Ninja-34b46f28c5496def6f8c72bf96bd30830e5477ef.zip Ninja-34b46f28c5496def6f8c72bf96bd30830e5477ef.tar.gz Ninja-34b46f28c5496def6f8c72bf96bd30830e5477ef.tar.bz2 |
drop the "rules" tool completely
I had already broken this earlier, but the refactor of variable handling
broke it completely.
Diffstat (limited to 'doc/manual.asciidoc')
-rw-r--r-- | doc/manual.asciidoc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index bfcb13b..d51c0ce 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -263,10 +263,6 @@ several times. If used like this +ninja -t targets all+ it prints all the targets available without indentation and it is faster than the _depth_ mode. -`rules`:: output the list of all rules with their description if they have -one. It can be used to know which rule name to pass to -+ninja -t targets rule _name_+. - `commands`:: given a list of targets, print a list of commands which, if executed in order, may be used to rebuild those targets, assuming that all output files are out of date. |