aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-29 15:34:27 +0100
committerLoïc Hoguin <[email protected]>2018-11-29 15:34:27 +0100
commit305080b98a4312591efe03872be99951ac09da6e (patch)
tree62769599e56c98408dc601b77c7e096466df1669 /core
parent2d35cb644d973f81af09c6f8d342e4838a548f7b (diff)
downloaderlang.mk-305080b98a4312591efe03872be99951ac09da6e.tar.gz
erlang.mk-305080b98a4312591efe03872be99951ac09da6e.tar.bz2
erlang.mk-305080b98a4312591efe03872be99951ac09da6e.zip
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.
Diffstat (limited to 'core')
-rw-r--r--core/plugins.mk5
1 files changed, 5 insertions, 0 deletions
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) :