aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/deps.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-03-19 12:24:21 +0100
committerLoïc Hoguin <[email protected]>2016-03-19 12:27:55 +0100
commitac9a8b47531071cfa908b1538a5b26cbf6e16d9d (patch)
tree2e6133f41a9d159b4367d42b5fad4565e1f1da31 /doc/src/guide/deps.asciidoc
parent93ea0c34333d558102572d9a4d8bbec50abca329 (diff)
parentd00ebea70754735a3d4067599845dd4522cdc1b2 (diff)
downloaderlang.mk-ac9a8b47531071cfa908b1538a5b26cbf6e16d9d.tar.gz
erlang.mk-ac9a8b47531071cfa908b1538a5b26cbf6e16d9d.tar.bz2
erlang.mk-ac9a8b47531071cfa908b1538a5b26cbf6e16d9d.zip
Merge branch 'doc_deps_local_rep' of https://github.com/ingwinlu/erlang.mk
Diffstat (limited to 'doc/src/guide/deps.asciidoc')
-rw-r--r--doc/src/guide/deps.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/deps.asciidoc b/doc/src/guide/deps.asciidoc
index be7ed52..eb6f2f0 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
+=== Many applications in one repository
In addition to the dependencies that are fetched, Erlang.mk
also allows you to have dependencies local to your repository.