summaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index 80b66e6..9d18802 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1262,21 +1262,28 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<dd>
print a list of upstream dependencies
- and downstream dependents
+ and all downstream dependents (direct and recursive)
</dd>
<dt>make show-downstream-deps-foo</dt>
<dd>
- print a list of downstream dependents
- suitable for usage in shell scripts
+ print a list of all recursive downstream dependents
+ - suitable for use in shell scripts
+ </dd>
+
+ <dt>make show-direct-downstream-deps-foo</dt>
+
+ <dd>
+ print a list of direct downstream dependents
+ - suitable for use in shell scripts
</dd>
<dt>make show-upstream-deps-foo</dt>
<dd>
print a list of upstream dependencies
- suitable for usage in shell scripts
+ - suitable for use in shell scripts
</dd>
<dt>make docs/build-matrix.html</dt>