aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/book.asciidoc
blob: a54ab1b25fc9fa5d5f595e9e83e04a7ea6861daf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
// a2x: --dblatex-opts "-P latex.output.revhistory=0 -P doc.publisher.show=0 -P index.numbered=0"
// a2x: -d book --attribute tabsize=4

= 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::deps.asciidoc[Packages and dependencies]

include::ports.asciidoc[NIFs and port drivers]

include::releases.asciidoc[Releases]

include::escripts.asciidoc[Escripts]

include::compat.asciidoc[Compatibility with other build tools]

include::external_plugins.asciidoc[External plugins]

= Documentation

include::asciidoc.asciidoc[Asciidoc documentation]

include::edoc.asciidoc[EDoc comments]

= Tests

include::shell.asciidoc[Erlang shell]

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]

include::dialyzer.asciidoc[Dialyzer]

include::xref.asciidoc[Xref]

= About Erlang.mk

include::why.asciidoc[Why erlang.mk?]

include::history.asciidoc[Short history]

include::architecture.asciidoc[Architecture]

include::contributing.asciidoc[Contributing]