aboutsummaryrefslogtreecommitdiffstats
path: root/guide/kerl.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-01-24 13:44:51 +0100
committerLoïc Hoguin <[email protected]>2018-01-24 13:44:51 +0100
commit6029c8d8f090cc98bb8f46986fc16262383796c2 (patch)
tree656092ca6cf9cb56952261a1f79c9b2273a7810a /guide/kerl.html
parent754662412ae33a44ae6f4baee979c4a67835a3c2 (diff)
downloaderlang.mk-6029c8d8f090cc98bb8f46986fc16262383796c2.tar.gz
erlang.mk-6029c8d8f090cc98bb8f46986fc16262383796c2.tar.bz2
erlang.mk-6029c8d8f090cc98bb8f46986fc16262383796c2.zip
Update user guide
Diffstat (limited to 'guide/kerl.html')
-rw-r--r--guide/kerl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/kerl.html b/guide/kerl.html
index f588e24..35ec324 100644
--- a/guide/kerl.html
+++ b/guide/kerl.html
@@ -62,8 +62,8 @@ use the version you configured.</p><p>Note that there has been reports that this
is not compatible with the <code class="literal">.ONESHELL</code> feature from
GNU Make.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_continuous_integration"></a>12.3. Continuous integration</h2></div></div></div><p>Erlang.mk can automatically test your project against
many different Erlang/OTP versions. This functionality
-is documented in the <a class="link" href="ci.html" title="Chapter 20. Continuous integration">Continuous integration</a>
-<a class="xref" href="ci.html" title="Chapter 20. Continuous integration">Chapter 20, <em>Continuous integration</em></a> chapter.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_configuring_kerl"></a>12.4. Configuring Kerl</h2></div></div></div><p>All of the Kerl variables can be configured directly in the
+is documented in the <a class="link" href="ci.html" title="Chapter 21. Continuous integration">Continuous integration</a>
+<a class="xref" href="ci.html" title="Chapter 21. Continuous integration">Chapter 21, <em>Continuous integration</em></a> chapter.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_configuring_kerl"></a>12.4. Configuring Kerl</h2></div></div></div><p>All of the Kerl variables can be configured directly in the
Makefile. All you need to do is to export them. For example,
to change the installation directory for the Erlang/OTP
versions managed by Kerl, you could add the following to