mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
The following changes should make the manual more available, and easier to understand: 1) "make dist" and "make install" will now include all translations of the manual. 1) A "freedoom-" prefix will be used in all cases in place of just "manual". 2) All languages will have a two letter suffix, so English is now "-en". 3) Only the PDF specified will be built when invoked in the top level directory. For example: make manual/freedoom-manual-en.pdf |
||
---|---|---|
.. | ||
images | ||
freedoom-manual-en.adoc | ||
freedoom-manual-es.adoc | ||
freedoom-manual-fr.adoc | ||
Makefile | ||
README.adoc |
`manual.adoc` contains Freedoom’s manual. It is intended to be built
as a PDF file but can also be viewed in HTML format. To build as a
PDF, https://asciidoctor.org/[Asciidoctor] is required, since it has
superior PDF output to the Asciidoc reference implementation.