diff options
Diffstat (limited to 'doc')
-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. |