From 5408a2add0538ce76f5a1d987f7ea84fcabbc504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 19 Oct 2015 15:27:24 +0200 Subject: Remove mention of OTP_DEPS from the docs --- doc/src/guide/app.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/src/guide/app.asciidoc') diff --git a/doc/src/guide/app.asciidoc b/doc/src/guide/app.asciidoc index 5c097f6..1320577 100644 --- a/doc/src/guide/app.asciidoc +++ b/doc/src/guide/app.asciidoc @@ -123,9 +123,10 @@ your situation. Current version of the project. `PROJECT_REGISTERED`:: List of the names of all registered processes. -`OTP_DEPS`:: +`LOCAL_DEPS`:: List of Erlang/OTP applications this project depends on, - excluding `erts`, `kernel` and `stdlib`. + excluding `erts`, `kernel` and `stdlib`, or list of + dependencies local to this repository (in `APPS_DIR`). `DEPS`:: List of applications this project depends on that need to be fetched by Erlang.mk. @@ -140,7 +141,7 @@ PROJECT_DESCRIPTION = Small, fast, modular HTTP server. PROJECT_VERSION = 2.0.0-pre.2 PROJECT_REGISTERED = cowboy_clock -OTP_DEPS = crypto +LOCAL_DEPS = crypto DEPS = cowlib ranch ---- -- cgit v1.2.3