1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- // 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 <essen@ninenines.eu>
- 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]
- = 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]
- = Third-party plugins
- include::external_plugins.asciidoc[External plugins]
- = About Erlang.mk
- include::why.asciidoc[Why erlang.mk?]
- include::history.asciidoc[Short history]
- include::contributing.asciidoc[Contributing]
|