aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorderwinlu <[email protected]>2017-02-08 18:09:01 +0100
committerLoïc Hoguin <[email protected]>2017-05-15 15:18:42 +0200
commit5fd792337b5627f3f4c9af4488591dbb291299d8 (patch)
treedf3c75f1576ac7c939796aebff01ffb500e6a1ac /doc
parent3f8688e0d0526b74993d64a166e9ba8559c687e4 (diff)
downloaderlang.mk-5fd792337b5627f3f4c9af4488591dbb291299d8.tar.gz
erlang.mk-5fd792337b5627f3f4c9af4488591dbb291299d8.tar.bz2
erlang.mk-5fd792337b5627f3f4c9af4488591dbb291299d8.zip
Add dep_fetch_ln
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/deps.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/guide/deps.asciidoc b/doc/src/guide/deps.asciidoc
index 82e3e89..84a53de 100644
--- a/doc/src/guide/deps.asciidoc
+++ b/doc/src/guide/deps.asciidoc
@@ -167,6 +167,7 @@ The following table lists all existing methods:
| hg | hg repo commit | Clone the Mercurial repository and update to the given version
| svn | svn repo | Checkout the given SVN repository
| cp | cp path/to/repo | Recursively copy a local directory
+| ln | ln path/to/repo | Symbolically link a local directory
| hex | hex version | Download the given project version from hex.pm
| fail | N/A | Always fail, reserved for internal use
| legacy | N/A | Legacy Erlang.mk fetcher, reserved for internal use