aboutsummaryrefslogtreecommitdiffstats
path: root/guide/ch22.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-11-23 00:18:17 +0100
committerLoïc Hoguin <[email protected]>2015-11-23 00:18:17 +0100
commit565c73fdbe5bacd1b3ce78796b0ccd3eb01c5bca (patch)
treeb6d1be1c092be1f73354c25906f73e7920c5443b /guide/ch22.html
parenta88f0e78675623b9a03087ac739f0e9751507366 (diff)
downloaderlang.mk-565c73fdbe5bacd1b3ce78796b0ccd3eb01c5bca.tar.gz
erlang.mk-565c73fdbe5bacd1b3ce78796b0ccd3eb01c5bca.tar.bz2
erlang.mk-565c73fdbe5bacd1b3ce78796b0ccd3eb01c5bca.zip
Update user guide
Diffstat (limited to 'guide/ch22.html')
-rw-r--r--guide/ch22.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/ch22.html b/guide/ch22.html
index 82a9782..0e5c000 100644
--- a/guide/ch22.html
+++ b/guide/ch22.html
@@ -57,7 +57,7 @@ all the plugins from the dependency. The code for the plugin
can be written directly in <span class="emphasis"><em>plugins.mk</em></span> or be separate.</p><p>If you are providing more than one plugin with your repository,
the recommended way is to create one file per plugin in the
<span class="emphasis"><em>mk/</em></span> folder in your repository, and then include those
-individual plugins in <span class="emphasis"><em>plugins.mk</em></span>.</p><p>For eaxmple, if you have two plugins <span class="emphasis"><em>mk/dist.mk</em></span> and
+individual plugins in <span class="emphasis"><em>plugins.mk</em></span>.</p><p>For example, if you have two plugins <span class="emphasis"><em>mk/dist.mk</em></span> and
<span class="emphasis"><em>mk/templates.mk</em></span>, you could write the following <span class="emphasis"><em>plugins.mk</em></span>
file:</p><pre class="programlisting">THIS := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
include $(THIS)/mk/dist.mk