aboutsummaryrefslogtreecommitdiffstats
path: root/guide/building.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-23 21:10:36 +0200
committerLoïc Hoguin <[email protected]>2016-10-23 21:10:36 +0200
commit2dc958105cd9aef41872ba605e09aab55ffb4856 (patch)
treeb5d5851055b584398a5ec128826ebc7c1c7b7d3b /guide/building.html
parent374e7e945e7f93c944cc4bfd0bf563870e2da116 (diff)
downloaderlang.mk-2dc958105cd9aef41872ba605e09aab55ffb4856.tar.gz
erlang.mk-2dc958105cd9aef41872ba605e09aab55ffb4856.tar.bz2
erlang.mk-2dc958105cd9aef41872ba605e09aab55ffb4856.zip
Update user guide
Diffstat (limited to 'guide/building.html')
-rw-r--r--guide/building.html7
1 files changed, 7 insertions, 0 deletions
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.</p><div class="variablelist"><dl class="variablelist"><dt><span
</span></dt><dd>
Configuration parameters used by the application.
</dd><dt><span class="term">
+<code class="literal">PROJECT_APP_EXTRA_KEYS</code>
+</span></dt><dd>
+ Other keys you want to add to the application <code class="literal">.app</code> file.
+ The variable content is written as-is to the <code class="literal">.app</code> file,
+ so be sure to format valid Erlang terms. For example:
+ <code class="literal">PROJECT_APP_EXTRA_KEYS = {maxT, 10000}, {start_phases, [...]}</code>.
+</dd><dt><span class="term">
<code class="literal">LOCAL_DEPS</code>
</span></dt><dd>
List of Erlang/OTP applications this project depends on,