book.asciidoc 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. // a2x: --dblatex-opts "-P latex.output.revhistory=0 -P doc.publisher.show=0 -P index.numbered=0"
  2. // a2x: -d book --attribute tabsize=4
  3. = Erlang.mk User Guide
  4. Loïc Hoguin <essen@ninenines.eu>
  5. include::installation.asciidoc[Installation]
  6. include::getting_started.asciidoc[Getting started]
  7. include::overview.asciidoc[Overview]
  8. include::updating.asciidoc[Updating Erlang.mk]
  9. include::limitations.asciidoc[Limitations]
  10. = Code
  11. include::app.asciidoc[Building]
  12. include::deps.asciidoc[Packages and dependencies]
  13. include::ports.asciidoc[NIFs and port drivers]
  14. include::releases.asciidoc[Releases]
  15. include::escripts.asciidoc[Escripts]
  16. include::compat.asciidoc[Compatibility with other build tools]
  17. = Documentation
  18. include::asciidoc.asciidoc[Asciidoc documentation]
  19. include::edoc.asciidoc[EDoc comments]
  20. = Tests
  21. include::shell.asciidoc[Erlang shell]
  22. include::eunit.asciidoc[EUnit]
  23. include::common_test.asciidoc[Common Test]
  24. include::property_based_testing.asciidoc[Property based testing]
  25. include::coverage.asciidoc[Code coverage]
  26. include::ci.asciidoc[Continuous integration]
  27. include::dialyzer.asciidoc[Dialyzer]
  28. include::xref.asciidoc[Xref]
  29. = Third-party plugins
  30. include::external_plugins.asciidoc[External plugins]
  31. = About Erlang.mk
  32. include::why.asciidoc[Why erlang.mk?]
  33. include::history.asciidoc[Short history]
  34. include::contributing.asciidoc[Contributing]