fix manual to reflect reality of depfile cleaning
authorEvan Martin <martine@danga.com>
Tue, 17 Jul 2012 15:59:55 +0000 (08:59 -0700)
committerEvan Martin <martine@danga.com>
Tue, 17 Jul 2012 16:00:06 +0000 (09:00 -0700)
Fixes issue #362.

doc/manual.asciidoc

index e7983be..4db0565 100644 (file)
@@ -278,9 +278,9 @@ built for them.
 If used like +ninja -t clean -r _rules_+ it removes all files built using
 the given rules.
 +
-depfiles are not removed. Files created but not referenced in the
-graph are not removed. This tool takes in account the +-v+ and the
-+-n+ options (note that +-n+ implies +-v+).
+Files created but not referenced in the graph are not removed. This
+tool takes in account the +-v+ and the +-n+ options (note that +-n+
+implies +-v+).