book.asciidoc 1.5 KB

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