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.asciidoc12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc
index f084e6f..a39b907 100644
--- a/doc/src/guide/book.asciidoc
+++ b/doc/src/guide/book.asciidoc
@@ -1,4 +1,5 @@
// a2x: --dblatex-opts "-P latex.output.revhistory=0 -P doc.publisher.show=0 -P index.numbered=0"
+// a2x: --xsltproc-opts "--stringparam use.id.as.filename 1"
// a2x: -d book --attribute tabsize=4
= Erlang.mk User Guide
@@ -14,6 +15,7 @@ include::updating.asciidoc[Updating Erlang.mk]
include::limitations.asciidoc[Limitations]
+[[code]]
= Code
include::app.asciidoc[Building]
@@ -28,12 +30,14 @@ include::escripts.asciidoc[Escripts]
include::compat.asciidoc[Compatibility with other build tools]
+[[docs]]
= Documentation
include::asciidoc.asciidoc[Asciidoc documentation]
include::edoc.asciidoc[EDoc comments]
+[[tests]]
= Tests
include::shell.asciidoc[Erlang shell]
@@ -42,8 +46,6 @@ include::eunit.asciidoc[EUnit]
include::common_test.asciidoc[Common Test]
-include::property_based_testing.asciidoc[Property based testing]
-
include::coverage.asciidoc[Code coverage]
include::ci.asciidoc[Continuous integration]
@@ -52,16 +54,18 @@ include::dialyzer.asciidoc[Dialyzer]
include::xref.asciidoc[Xref]
+[[plugins]]
= Third-party plugins
include::external_plugins.asciidoc[External plugins]
+include::external_plugins_list.asciidoc[List of plugins]
+
+[[about]]
= About Erlang.mk
include::why.asciidoc[Why erlang.mk?]
include::history.asciidoc[Short history]
-include::architecture.asciidoc[Architecture]
-
include::contributing.asciidoc[Contributing]