aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/book.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/guide/book.asciidoc')
-rw-r--r--doc/src/guide/book.asciidoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc
index e42e5bf..2056dad 100644
--- a/doc/src/guide/book.asciidoc
+++ b/doc/src/guide/book.asciidoc
@@ -4,12 +4,26 @@
= Erlang.mk User Guide
Loïc Hoguin <[email protected]>
+include::installation.asciidoc[Installation]
+
include::getting_started.asciidoc[Getting started]
include::overview.asciidoc[Overview]
include::updating.asciidoc[Updating Erlang.mk]
+include::limitations.asciidoc[Limitations]
+
+= Code
+
+include::app.asciidoc[Building]
+
+include::compat.asciidoc[Compatibility with other build tools]
+
= Advanced
include::external_plugins.asciidoc[External plugins]
+
+= About Erlang.mk
+
+include::why.asciidoc[Why erlang.mk?]