From d2a3f2cedd7c00d0933222aed9c06b3149aa4db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 4 Apr 2018 13:13:37 +0200 Subject: Cowboy 2.3.0 --- docs/en/erlang.mk/1/guide/external_plugins/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/en/erlang.mk/1/guide/external_plugins') diff --git a/docs/en/erlang.mk/1/guide/external_plugins/index.html b/docs/en/erlang.mk/1/guide/external_plugins/index.html index 3a8a1100..c1d61145 100644 --- a/docs/en/erlang.mk/1/guide/external_plugins/index.html +++ b/docs/en/erlang.mk/1/guide/external_plugins/index.html @@ -7,7 +7,7 @@ - + Nine Nines: External plugins @@ -88,7 +88,7 @@ of dependencies.

For example, if you have cowboy in DEPS, add cowboy in DEP_PLUGINS also:

-
@@ -111,7 +111,7 @@ writing DEP_PLUGINS = cowboy/plugins.mk.

from Cowboy and no other, we would write the following in our Makefile:

-
@@ -133,7 +133,7 @@ individual plugins in plugins.mk.

mk/templates.mk, you could write the following plugins.mk file:

-
@@ -161,7 +161,7 @@ the same.

early-plugins.mk. You can specify a filename exactly like you would have done it with regular plugins.

-
@@ -169,7 +169,7 @@ http://www.gnu.org/software/src-highlite --> BUILD_DEPS = common_deps DEP_EARLY_PLUGINS = common_deps
-
@@ -189,14 +189,14 @@ library.

For example, the following Makefile loads a plugin in the mk subdirectory:

-
DEP_PLUGINS = $(PROJECT)/mk/dist.mk

This also works with early-stage plugins:

-
@@ -205,7 +205,7 @@ http://www.gnu.org/software/src-highlite --> defaults to plugins.mk or early-plugins.mk, located at the root of your application:

-
-- cgit v1.2.3