mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
Make: build manual PDF for install and dist targets
This is largely being kept optional due to asciidoctor-pdf’s failure to actually work on Arch Linux, but if it runs fine, we get a nice PDF manual!
This commit is contained in:
parent
6f6ac67dd5
commit
33d2d14cd2
2 changed files with 11 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
all: freedoom-manual.pdf
|
||||
|
||||
freedoom-manual.pdf: manual.adoc
|
||||
asciidoctor-pdf -a toc manual.adoc -o $@
|
||||
-asciidoctor-pdf -a toc manual.adoc -o $@
|
||||
|
||||
clean:
|
||||
$(RM) freedoom-manual.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue