summaryrefslogtreecommitdiffstats
path: root/docs/en
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-07-27 12:46:02 +0200
committerLoïc Hoguin <[email protected]>2018-07-27 12:46:02 +0200
commitf3f1c663e5fab01c727ab91ddfc4ff257def5f21 (patch)
tree33951d6494f06738ce933a6b7736855bfcdb513f /docs/en
parent1c03530c953cb6c550633b292f3fed0351a7b30a (diff)
downloadninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.tar.gz
ninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.tar.bz2
ninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.zip
Gun 1.0.0
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/erlang.mk/1/guide/updating.asciidoc4
-rw-r--r--docs/en/erlang.mk/1/guide/updating/index.html1
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/en/erlang.mk/1/guide/updating.asciidoc b/docs/en/erlang.mk/1/guide/updating.asciidoc
index 8eeb0bf0..f96fed8d 100644
--- a/docs/en/erlang.mk/1/guide/updating.asciidoc
+++ b/docs/en/erlang.mk/1/guide/updating.asciidoc
@@ -79,3 +79,7 @@ You can also name the file differently or put it in a separate folder
by modifying the value for `ERLANG_MK_BUILD_CONFIG`. You can also
tell Erlang.mk to use a different temporary directory by changing
the `ERLANG_MK_BUILD_DIR` variable.
+
+If you want to use a different repository or a specific commit for
+updating, you may use the variables `ERLANG_MK_REPO` and
+`ERLANG_MK_COMMIT`.
diff --git a/docs/en/erlang.mk/1/guide/updating/index.html b/docs/en/erlang.mk/1/guide/updating/index.html
index 86e18069..09601529 100644
--- a/docs/en/erlang.mk/1/guide/updating/index.html
+++ b/docs/en/erlang.mk/1/guide/updating/index.html
@@ -111,6 +111,7 @@ http://www.gnu.org/software/src-highlite -->
<p>The <em>build.config</em> file is automatically used when you bootstrap Erlang.mk or when you update it with <code>make erlang-mk</code>.</p>
<p>The <em>build.config</em> file contains the list of all files that will be built into the resulting <em>erlang.mk</em> file. You can start from the <a href="https://github.com/ninenines/erlang.mk/blob/master/build.config">most recent version</a> and customize to your needs.</p>
<p>You can also name the file differently or put it in a separate folder by modifying the value for <code>ERLANG_MK_BUILD_CONFIG</code>. You can also tell Erlang.mk to use a different temporary directory by changing the <code>ERLANG_MK_BUILD_DIR</code> variable.</p>
+<p>If you want to use a different repository or a specific commit for updating, you may use the variables <code>ERLANG_MK_REPO</code> and <code>ERLANG_MK_COMMIT</code>.</p>