ZEST-25 Add note in README about docbook-xsl for asciidoc processing
Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/5f4712d5 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/5f4712d5 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/5f4712d5 Branch: refs/heads/master Commit: 5f4712d51430877ab910d209b42743ad044ebe19 Parents: 26a169d Author: Paul Merlin <[email protected]> Authored: Fri Jul 24 09:36:21 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Fri Jul 24 09:36:21 2015 +0200 ---------------------------------------------------------------------- README.txt | 4 ++-- manual/src/docs/tutorials/howto-writing-docs.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/5f4712d5/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index d460a77..dcbe6df 100644 --- a/README.txt +++ b/README.txt @@ -46,8 +46,8 @@ Building Apache Zest To build Zest⢠from sources you only need to have a valid Java JDK >= 7 installation. -If you want to build the Zest⢠manual, then you also need a valid Asciidoc -(http://www.methods.co.nz/asciidoc/) installation. +If you want to build the Zest⢠manual, then you also need valid Asciidoc +(http://www.methods.co.nz/asciidoc/) and Docbook-XSL installations. Here is how to run a full build with checks: http://git-wip-us.apache.org/repos/asf/zest-java/blob/5f4712d5/manual/src/docs/tutorials/howto-writing-docs.txt ---------------------------------------------------------------------- diff --git a/manual/src/docs/tutorials/howto-writing-docs.txt b/manual/src/docs/tutorials/howto-writing-docs.txt index 27e0ef9..d5eb13e 100644 --- a/manual/src/docs/tutorials/howto-writing-docs.txt +++ b/manual/src/docs/tutorials/howto-writing-docs.txt @@ -27,6 +27,9 @@ The documents use the asciidoc format, see: The cheatsheet is really useful! +You need to install `asciidoc` and `docbook-xsl`. + + [[community-docs-overall-flow,Documentation Flow]] == Overall Flow ==
