aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/book.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-27 18:31:58 +0200
committerLoïc Hoguin <[email protected]>2015-08-27 18:31:58 +0200
commita0563a428a2eb2d842dada83437b971ccc8b9fb5 (patch)
tree2aff4ed9f945926f494c00666769a2ed97f30852 /doc/src/guide/book.asciidoc
parent30f9a0f94ba3476d1405cf697870584804a41e35 (diff)
downloaderlang.mk-a0563a428a2eb2d842dada83437b971ccc8b9fb5.tar.gz
erlang.mk-a0563a428a2eb2d842dada83437b971ccc8b9fb5.tar.bz2
erlang.mk-a0563a428a2eb2d842dada83437b971ccc8b9fb5.zip
Add support for external plugins
Plugins can automatically be fetched and included from dependencies. All that is needed is to add either the dependency name or the name + path of the plugin to the DEP_PLUGINS variable. Useful for allowing tools to easily add support for new targets, adding templates or for putting the whole build ecosystem in one common dependency.
Diffstat (limited to 'doc/src/guide/book.asciidoc')
-rw-r--r--doc/src/guide/book.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc
index e858ae8..e42e5bf 100644
--- a/doc/src/guide/book.asciidoc
+++ b/doc/src/guide/book.asciidoc
@@ -9,3 +9,7 @@ include::getting_started.asciidoc[Getting started]
include::overview.asciidoc[Overview]
include::updating.asciidoc[Updating Erlang.mk]
+
+= Advanced
+
+include::external_plugins.asciidoc[External plugins]