From c92b0eb89892ea78f216db90ba6ad388bf1c57ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?=
Date: Fri, 26 Feb 2016 20:39:26 +0100
Subject: Update user guide
---
guide/building.html | 4 ++--
guide/deps.html | 2 +-
guide/index.html | 2 +-
guide/plugins_list.html | 4 +++-
4 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/guide/building.html b/guide/building.html
index 03ccf0b..1fb3339 100644
--- a/guide/building.html
+++ b/guide/building.html
@@ -140,13 +140,13 @@ asking them to look in the file, or by running a simple
command on their production server:
Erlang.mk supports a variety of different source file formats.
-The following formats are supported natively:
Files are always searched recursively.
The build is ordered, so that files that generate Erlang source
+The following formats are supported natively:
Files are always searched recursively.
The build is ordered, so that files that generate Erlang source
files are run before, and the resulting Erlang source files are
then built normally.
In addition, Erlang.mk keeps track of header files (.hrl
)
as described at the end of this chapter. It can also compile
C code, as described in the NIFs and port drivers
Chapter 8, NIFs and port drivers
-chapter.
Erlang.mk also comes with plugins for the following formats:
Erlang.mk provides a few variables that you can use to customize
+chapter.
Erlang.mk also comes with plugins for the following formats:
Erlang.mk provides a few variables that you can use to customize
the build process and the resulting files.
ERLC_OPTS
can be used to pass some options to erlc
, the Erlang
compiler. Erlang.mk does not restrict any option. Please refer to
the erlc Manual for the
diff --git a/guide/deps.html b/guide/deps.html
index f9dac4d..cd00de4 100644
--- a/guide/deps.html
+++ b/guide/deps.html
@@ -86,7 +86,7 @@ can define the dep_$(DEP_NAME)
variable with everyt
dep_cowboy = git https://github.com/essen/cowboy 2.0.0-pre.2
This will fetch Cowboy from your fork at the given commit.
Erlang.mk comes with a number of different fetch methods.
You can fetch from Git, Mercurial, SVN, to name a few.
There are fetch methods that will work everywhere, and
-fetch methods that will only work in a given environment.
The following table lists all existing methods:
The git
and hg
methods both have a repository and commit.
+fetch methods that will only work in a given environment.
The following table lists all existing methods:
The git
and hg
methods both have a repository and commit.
You can use any valid commit, tag or branch in that repository
for the commit value.
For example, to fetch Cowboy with tag 2.0.0-pre.2 from Git:
dep_cowboy = git https://github.com/ninenines/cowboy 2.0.0-pre.2
Or to fetch Ehsa tag 4.0.3 from Mercurial:
dep_ehsa = hg https://bitbucket.org/a12n/ehsa 4.0.3
Git also comes with a concept of submodules. Erlang.mk can
automatically initializes and updates submodules for dependencies,
diff --git a/guide/index.html b/guide/index.html
index 00fcfa6..592def3 100644
--- a/guide/index.html
+++ b/guide/index.html
@@ -33,7 +33,7 @@ div.navfooter{margin-bottom:1em}
-
+