summaryrefslogtreecommitdiffstats
path: root/docs/en/erlang.mk/1/guide/external_plugins.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/erlang.mk/1/guide/external_plugins.asciidoc')
-rw-r--r--docs/en/erlang.mk/1/guide/external_plugins.asciidoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/en/erlang.mk/1/guide/external_plugins.asciidoc b/docs/en/erlang.mk/1/guide/external_plugins.asciidoc
index 68deb825..5f165f50 100644
--- a/docs/en/erlang.mk/1/guide/external_plugins.asciidoc
+++ b/docs/en/erlang.mk/1/guide/external_plugins.asciidoc
@@ -76,6 +76,15 @@ This allows users to not only be able to select individual
plugins, but also select all plugins from the dependency
in one go if they wish to do so.
+Plugins can include some help text by extending the target
+`help-plugins`:
+
+[source,make]
+----
+help-plugins::
+ $(verbose) printf "%s\n" "" "Run benchmark: $(MAKE) perfs"
+----
+
=== Early-stage plugins
Plugins declared in `DEP_PLUGINS` are loaded near the end of Erlang.mk.