From 305080b98a4312591efe03872be99951ac09da6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 29 Nov 2018 15:34:27 +0100 Subject: Add the target help-plugins to document external plugins It's better than extending help:: because this gets printed at the end instead of before Erlang.mk's own help. --- doc/src/guide/external_plugins.asciidoc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/src/guide/external_plugins.asciidoc') diff --git a/doc/src/guide/external_plugins.asciidoc b/doc/src/guide/external_plugins.asciidoc index 68deb82..5f165f5 100644 --- a/doc/src/guide/external_plugins.asciidoc +++ b/doc/src/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. -- cgit v1.2.3