From e9032fa19c9d7981134e519256a4d934d2c4e5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 3 Apr 2016 17:50:26 +0200 Subject: Update user guide --- guide/deps.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide/deps.html') diff --git a/guide/deps.html b/guide/deps.html index cd00de4..b10cfe6 100644 --- a/guide/deps.html +++ b/guide/deps.html @@ -154,7 +154,7 @@ if you know you will never use this project as a dependency, = will work. But to avoid it biting you later on, do this:

DEPS_DIR ?= $(CURDIR)/libs

The $(CURDIR) part is important, otherwise dependencies of dependencies will be fetched in the wrong directory.

Erlang.mk will also export the REBAR_DEPS_DIR variable for compatibility with Rebar build tools, as long as they are -recent enough.

7.6. Dependencies local to the repository

In addition to the dependencies that are fetched, Erlang.mk +recent enough.

7.6. Many applications in one repository

In addition to the dependencies that are fetched, Erlang.mk also allows you to have dependencies local to your repository. This kind of layout is sometimes called multi-application repositories, or repositories with multiple applications.

They work exactly the same as remote dependencies, except:

  • -- cgit v1.2.3