COMPILING: ASCIIDOC make variables, note asciidoctor-pdf

master
Mike Swanson 2019-09-12 15:44:49 -07:00
parent d7a0f45a1e
commit 24091111fd
1 changed files with 8 additions and 3 deletions

View File

@ -71,9 +71,14 @@ Optional software
the latest developments can be tracked with it. the latest developments can be tracked with it.
* _AsciiDoc_: The `*.adoc` files are all written in AsciiDoc markup, * _AsciiDoc_: The `*.adoc` files are all written in AsciiDoc markup,
and it can be used to generate HTML versions of all these and it can be used to generate HTML versions of all these
documents. This is used as part of the `make dist` target, to documents. This is used as part of the `make dist` and `make
generate the `README.html` file for inclusion with official Zip install` targets, to generate the `NEWS.html` and `README.html`
files. files for inclusion with official Zip files. Different
implementations (eg, AsciiDoctor) may be selected by passing
`ASCIIDOC` and `ASCIIDOC_MAN` environment variables to `make`.
* _AsciiDoctor PDF_: Our manual, maintained in `manual/manual.adoc`,
has a hard dependency on this implementation of AsciiDoc for its
superior-looking PDF output.
* _Zip_: The `make dist` target uses Zip to create release archives * _Zip_: The `make dist` target uses Zip to create release archives
for FreeDM, Phase 1, and Phase 2. This can also provide an easy for FreeDM, Phase 1, and Phase 2. This can also provide an easy
way to automate generating in-development versions for other way to automate generating in-development versions for other