From a0563a428a2eb2d842dada83437b971ccc8b9fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 27 Aug 2015 18:31:58 +0200 Subject: 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. --- doc/src/guide/book.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/src/guide/book.asciidoc') 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] -- cgit v1.2.3