summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-03-01 06:28:27 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-03-06 10:31:04 (GMT)
commit6f5456cbb0449f9a93ed9ef99acd5171c02da76e (patch)
tree7ff184aec5e5307cb41703e33299a704b4d2d16e /docs
parente69081f70f1c4d3d2ec5e54ac1aab2b84532450c (diff)
downloadmxe-6f5456cbb0449f9a93ed9ef99acd5171c02da76e.zip
mxe-6f5456cbb0449f9a93ed9ef99acd5171c02da76e.tar.gz
mxe-6f5456cbb0449f9a93ed9ef99acd5171c02da76e.tar.bz2
Makefile: add show-direct-downstream-deps and improve messages
Diffstat (limited to 'docs')
-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>