aboutsummaryrefslogtreecommitdiffstats
path: root/guide/kerl.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-12-07 14:47:08 +0100
committerLoïc Hoguin <[email protected]>2018-12-07 14:47:08 +0100
commit7bdfe79950d05b3bfd6b4ab5e652951db0cabf5c (patch)
tree638a78fe61926e9d3177905beb4c429732cc7e60 /guide/kerl.html
parent1a6311a3a4933e767ba057780cefe1600f50f5c3 (diff)
downloaderlang.mk-7bdfe79950d05b3bfd6b4ab5e652951db0cabf5c.tar.gz
erlang.mk-7bdfe79950d05b3bfd6b4ab5e652951db0cabf5c.tar.bz2
erlang.mk-7bdfe79950d05b3bfd6b4ab5e652951db0cabf5c.zip
Update user guide
Diffstat (limited to 'guide/kerl.html')
-rw-r--r--guide/kerl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/kerl.html b/guide/kerl.html
index 1b4348e..82deb5f 100644
--- a/guide/kerl.html
+++ b/guide/kerl.html
@@ -62,7 +62,7 @@ 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 23. Continuous integration">Continuous integration</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 24. Continuous integration">Continuous integration</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