From 183a2d8f194116e4161ff40a74dee86a8c70c54a Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Tue, 17 Jul 2012 08:59:55 -0700 Subject: [PATCH] fix manual to reflect reality of depfile cleaning Fixes issue #362. --- doc/manual.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index e7983be..4db0565 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -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+). -- 2.7.4