From 2dc958105cd9aef41872ba605e09aab55ffb4856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 23 Oct 2016 21:10:36 +0200 Subject: Update user guide --- guide/building.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'guide/building.html') diff --git a/guide/building.html b/guide/building.html index e5af662..6265bff 100644 --- a/guide/building.html +++ b/guide/building.html @@ -105,6 +105,13 @@ your situation.

Configuration parameters used by the application.
+PROJECT_APP_EXTRA_KEYS +
+ Other keys you want to add to the application .app file. + The variable content is written as-is to the .app file, + so be sure to format valid Erlang terms. For example: + PROJECT_APP_EXTRA_KEYS = {maxT, 10000}, {start_phases, [...]}. +
LOCAL_DEPS
List of Erlang/OTP applications this project depends on, -- cgit v1.2.3