diff options
author | derwinlu <[email protected]> | 2016-02-03 12:14:26 +0100 |
---|---|---|
committer | derwinlu <[email protected]> | 2016-02-03 12:14:26 +0100 |
commit | 03f806fae5eb31ac4a39089471f428833b6c528b (patch) | |
tree | 671cde9c03d866dfd3eb62085367e21024a7a16e | |
parent | 35e12830150264f76cd21aa5941df3c4df48e5d8 (diff) | |
download | erlang.mk-03f806fae5eb31ac4a39089471f428833b6c528b.tar.gz erlang.mk-03f806fae5eb31ac4a39089471f428833b6c528b.tar.bz2 erlang.mk-03f806fae5eb31ac4a39089471f428833b6c528b.zip |
Add multi-applications to 7.6 header
To help find the section when looking through the index.
-rw-r--r-- | doc/src/guide/deps.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/deps.asciidoc b/doc/src/guide/deps.asciidoc index be7ed52..ce37ef2 100644 --- a/doc/src/guide/deps.asciidoc +++ b/doc/src/guide/deps.asciidoc @@ -334,7 +334,7 @@ Erlang.mk will also export the `REBAR_DEPS_DIR` variable for compatibility with Rebar build tools, as long as they are recent enough. -=== Dependencies local to the repository +=== Dependencies local to the repository (multi-applications) In addition to the dependencies that are fetched, Erlang.mk also allows you to have dependencies local to your repository. |