mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
manual: Add README, Makefile.
This commit is contained in:
parent
119e52aa7f
commit
87c0ea1336
2 changed files with 12 additions and 0 deletions
6
manual/Makefile
Normal file
6
manual/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
all: freedoom-manual.pdf
|
||||||
|
|
||||||
|
freedoom-manual.pdf: manual.adoc
|
||||||
|
asciidoctor-pdf -a toc manual.adoc
|
||||||
|
|
6
manual/README.adoc
Normal file
6
manual/README.adoc
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
`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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue