From 9f85e97a2d5c27925b6308598949c21ebff93261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 15 May 2017 14:52:07 +0200 Subject: Update user guide --- guide/deps.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'guide/deps.html') diff --git a/guide/deps.html b/guide/deps.html index 3ab003c..5799dfe 100644 --- a/guide/deps.html +++ b/guide/deps.html @@ -252,10 +252,11 @@ Rebar projects are automatically converted to use Erlang.mk as their build tool. This essentially patches Rebar out, and fixes and converts the project to be compatible with Erlang.mk.
  • -Erlang.mk projects have their erlang.mk file redirect to -the top-level project’s Erlang.mk. This is to ensure that -functionality works across all dependencies, even if the -dependency’s Erlang.mk is outdated. +Erlang.mk projects have their Makefile patched, if necessary, +to include the top-level project’s Erlang.mk. This is to ensure +that functionality works across all dependencies, even if the +dependency’s Erlang.mk is outdated. The patched Makefile +can be safely committed if necessary.
  • Other Erlang projects get a small Erlang.mk Makefile generated automatically. -- cgit v1.2.3