aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Laurent Le Brun <laurentlb@google.com>2016-01-15 10:09:20 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-15 11:42:16 +0000
commite7bc9dd46720e2f18aa09b23fad433c78152bdaa (patch)
tree05bff76e4aa48ce746c2e5f616fbc8c21a240f7e /site
parent5d765a0c091a8aaff37529c59201597982a353bd (diff)
Remove obsolete reference to all-rules
-- MOS_MIGRATED_REVID=112231484
Diffstat (limited to 'site')
-rw-r--r--site/docs/bazel-user-manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index 2564a3102f..d3db726051 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -458,7 +458,7 @@ Subtractive patterns:
<code>foo/...</code> is a wildcard over <em>packages</em>,
indicating all packages recursively beneath
directory <code>foo</code> (for all roots of the package
- path). <code>:all</code> (or <code>:all-rules</code>) is a wildcard
+ path). <code>:all</code> is a wildcard
over <em>targets</em>, matching all rules within a package. These two may be
combined, as in <code>foo/...:all</code>, and when both wildcards
are used, this may be abbreviated to <code>foo/...</code>.