aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <[email protected]>2016-10-20 16:33:22 +0200
committerLoïc Hoguin <[email protected]>2016-10-23 21:08:12 +0200
commit10ffd2d2ee7bb22a59f1ff8a0a35c63e2696bc6b (patch)
treecc64416c95b1d9d81c067efd4192da6b4a2a4b8c /doc
parent4f5548d226f8efe21e253fd1da1eb1b3754571f8 (diff)
downloaderlang.mk-10ffd2d2ee7bb22a59f1ff8a0a35c63e2696bc6b.tar.gz
erlang.mk-10ffd2d2ee7bb22a59f1ff8a0a35c63e2696bc6b.tar.bz2
erlang.mk-10ffd2d2ee7bb22a59f1ff8a0a35c63e2696bc6b.zip
Support PROJECT_APP_EXTRA_KEYS to add keys to the .app file
This allows to add standard keys which do not have a corresponding `PROJECT_` Makefile variable, as well as non-standard keys.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/app.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/guide/app.asciidoc b/doc/src/guide/app.asciidoc
index ca0a993..229ce97 100644
--- a/doc/src/guide/app.asciidoc
+++ b/doc/src/guide/app.asciidoc
@@ -132,6 +132,11 @@ your situation.
List of the names of all registered processes.
`PROJECT_ENV`::
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,
excluding `erts`, `kernel` and `stdlib`, or list of