diff options
author | Loïc Hoguin <[email protected]> | 2015-09-19 00:42:19 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-19 00:42:38 +0200 |
commit | 10b2e1fdda9277101f684243f5864c1c007b539a (patch) | |
tree | 945a52c547b9db8aa969e13d87cb9f1b427926c1 /doc/src | |
parent | b39fa8237a3e9e64243165a3304ed247706d5844 (diff) | |
download | erlang.mk-10b2e1fdda9277101f684243f5864c1c007b539a.tar.gz erlang.mk-10b2e1fdda9277101f684243f5864c1c007b539a.tar.bz2 erlang.mk-10b2e1fdda9277101f684243f5864c1c007b539a.zip |
Add another note about legacy .app.src method
[ci-skip]
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/guide/app.asciidoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/guide/app.asciidoc b/doc/src/guide/app.asciidoc index 9b40d21..5c097f6 100644 --- a/doc/src/guide/app.asciidoc +++ b/doc/src/guide/app.asciidoc @@ -165,6 +165,14 @@ key from dependencies automatically, which means you need to add them to Erlang.mk and to the '.app.src' at the same time, duplicating the work. +If you really can't live without the legacy method, for one +reason or another, worry not; Erlang.mk will support it. And +if you need to create a new project that uses this method, you +just have to say so when bootstrapping: + +[source,bash] +$ make -f erlang.mk bootstrap-lib LEGACY=1 + === Automatic application resource file values When building the application resource file, Erlang.mk may |