diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-10-18 22:31:25 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-11-01 16:41:04 +0100 |
commit | 6fb84874b2545d25fdb85b4b2a0a5c8fac1c6305 (patch) | |
tree | 6ecc9ee5aae6faf44de5a2b2b37dcd085775816a /docs/manual/prerequisite.txt | |
parent | a2ffd684924880f3a59d2ed875afb8cc8d2ed823 (diff) | |
download | buildroot-6fb84874b2545d25fdb85b4b2a0a5c8fac1c6305.tar.gz buildroot-6fb84874b2545d25fdb85b4b2a0a5c8fac1c6305.zip |
manual generation: check dependencies first
To generate the manual, you need a few tools. If these are not present,
pretty cryptic error messages are given.
This patch adds a simple check for these dependencies, before attempting to
build the manual.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/prerequisite.txt')
-rw-r--r-- | docs/manual/prerequisite.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index 78ce4364e7..729d64c04e 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -76,4 +76,7 @@ development context (further details: refer to xref:download-infra[]). ** The +jar+ tool * Documentation generation tools: -** +asciidoc+ +** +asciidoc+, version 8.6.3 or higher +** +w3m+ +** +python+ with the +argparse+ module (automatically present in 2.7+ and 3.2+) +** +dblatex+ (required for the pdf manual only) |