aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/book.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-29 00:28:30 +0100
committerLoïc Hoguin <[email protected]>2015-12-29 00:28:30 +0100
commitbe976cf37aff634fc9668e15e7a0b1adacf89595 (patch)
tree495017d8f08cb2431edbe760e914d6f2388b87a9 /doc/src/guide/book.asciidoc
parent60e3b55fe07d087504a4e9f5c163d5cb75afbcfa (diff)
downloaderlang.mk-be976cf37aff634fc9668e15e7a0b1adacf89595.tar.gz
erlang.mk-be976cf37aff634fc9668e15e7a0b1adacf89595.tar.bz2
erlang.mk-be976cf37aff634fc9668e15e7a0b1adacf89595.zip
Generate proper filenames in the docs' HTML output
This will allow to provide permanent URLs to the documentation.
Diffstat (limited to 'doc/src/guide/book.asciidoc')
-rw-r--r--doc/src/guide/book.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc
index 316df7f..d5d2dfc 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]
@@ -52,10 +56,12 @@ include::dialyzer.asciidoc[Dialyzer]
include::xref.asciidoc[Xref]
+[[plugins]]
= Third-party plugins
include::external_plugins.asciidoc[External plugins]
+[[about]]
= About Erlang.mk
include::why.asciidoc[Why erlang.mk?]