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. --- core/plugins.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core') diff --git a/core/plugins.mk b/core/plugins.mk index d540e7d..17bad7a 100644 --- a/core/plugins.mk +++ b/core/plugins.mk @@ -9,3 +9,8 @@ $(foreach p,$(DEP_PLUGINS),\ $(eval $(if $(findstring /,$p),\ $(call core_dep_plugin,$p,$(firstword $(subst /, ,$p))),\ $(call core_dep_plugin,$p/plugins.mk,$p)))) + +help:: help-plugins + +help-plugins:: + $(verbose) : -- cgit v1.2.3