From 03f806fae5eb31ac4a39089471f428833b6c528b Mon Sep 17 00:00:00 2001 From: derwinlu Date: Wed, 3 Feb 2016 12:14:26 +0100 Subject: Add multi-applications to 7.6 header To help find the section when looking through the index. --- doc/src/guide/deps.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/src/guide/deps.asciidoc b/doc/src/guide/deps.asciidoc index be7ed52..ce37ef2 100644 --- a/doc/src/guide/deps.asciidoc +++ b/doc/src/guide/deps.asciidoc @@ -334,7 +334,7 @@ Erlang.mk will also export the `REBAR_DEPS_DIR` variable for compatibility with Rebar build tools, as long as they are recent enough. -=== Dependencies local to the repository +=== Dependencies local to the repository (multi-applications) In addition to the dependencies that are fetched, Erlang.mk also allows you to have dependencies local to your repository. -- cgit v1.2.3 From 247fd85d64d04930ece0640ccf923b3d9f91ccad Mon Sep 17 00:00:00 2001 From: derwinlu Date: Wed, 3 Feb 2016 13:15:30 +0100 Subject: Add Requirements to AsciiDoc documentation --- doc/src/guide/asciidoc.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/src/guide/asciidoc.asciidoc b/doc/src/guide/asciidoc.asciidoc index 621f5b5..00b0e6d 100644 --- a/doc/src/guide/asciidoc.asciidoc +++ b/doc/src/guide/asciidoc.asciidoc @@ -5,6 +5,13 @@ Erlang.mk provides rules for generating documentation from AsciiDoc files. It can automatically build a user guide PDF, chunked HTML documentation and Unix manual pages. +=== Requirements + +It is necessary to have http://asciidoc.org/[AsciiDoc], +http://xmlsoft.org/XSLT/xsltproc2.html[xsltproc] and +http://dblatex.sourceforge.net/[dblatex] installed on your +system for erlang.mk to generate documentation from AsciiDoc sources. + === Writing AsciiDoc documentation http://asciidoc.org/[AsciiDoc] is a text document format for -- cgit v1.2.3 From d00ebea70754735a3d4067599845dd4522cdc1b2 Mon Sep 17 00:00:00 2001 From: derwinlu Date: Wed, 3 Feb 2016 13:33:50 +0100 Subject: Reference AsciiDoc requirements in contributing --- doc/src/guide/contributing.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/src/guide/contributing.asciidoc b/doc/src/guide/contributing.asciidoc index 968ea3e..58e5de6 100644 --- a/doc/src/guide/contributing.asciidoc +++ b/doc/src/guide/contributing.asciidoc @@ -100,7 +100,8 @@ this is a bug. You can either open a ticket or send a pull request. To make sure that the documentation changes work, install -Asciidoc on your system and run `make docs`. +the listed xref:asciidoc[Requirements] on your system and +run `make docs`. === Feature requests -- cgit v1.2.3