summaryrefslogtreecommitdiffstats
path: root/doc/manual.asciidoc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-07-17 15:59:55 (GMT)
committerEvan Martin <martine@danga.com>2012-07-17 16:00:06 (GMT)
commit183a2d8f194116e4161ff40a74dee86a8c70c54a (patch)
treed70b747f5cd55d01d237e223b4dbcc770ba68281 /doc/manual.asciidoc
parent4744aa01cca574397eb8263751b06271b74924a1 (diff)
downloadNinja-183a2d8f194116e4161ff40a74dee86a8c70c54a.zip
Ninja-183a2d8f194116e4161ff40a74dee86a8c70c54a.tar.gz
Ninja-183a2d8f194116e4161ff40a74dee86a8c70c54a.tar.bz2
fix manual to reflect reality of depfile cleaning
Fixes issue #362.
Diffstat (limited to 'doc/manual.asciidoc')
-rw-r--r--doc/manual.asciidoc6
1 files 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+).