diff options
author | Loïc Hoguin <[email protected]> | 2016-10-29 17:22:08 +0300 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-29 17:22:22 +0300 |
commit | 5b304e2c987cf30965293b520912ef39771059e1 (patch) | |
tree | 752ac8917098174dd0506fd0a11d3f1d233d1aa1 /doc/src/guide/book.asciidoc | |
parent | 5c18311f91530378626d63e0e4cb9e65c1d7f44b (diff) | |
download | erlang.mk-5b304e2c987cf30965293b520912ef39771059e1.tar.gz erlang.mk-5b304e2c987cf30965293b520912ef39771059e1.tar.bz2 erlang.mk-5b304e2c987cf30965293b520912ef39771059e1.zip |
Add chapter about self-extracting releases
[ci-skip]
Diffstat (limited to 'doc/src/guide/book.asciidoc')
-rw-r--r-- | doc/src/guide/book.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc index a39b907..3d1471a 100644 --- a/doc/src/guide/book.asciidoc +++ b/doc/src/guide/book.asciidoc @@ -26,6 +26,8 @@ include::ports.asciidoc[NIFs and port drivers] include::releases.asciidoc[Releases] +include::sfx.asciidoc[Self-extracting releases] + include::escripts.asciidoc[Escripts] include::compat.asciidoc[Compatibility with other build tools] |