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:
Mike Swanson 2019-09-12 16:32:33 -07:00
parent 6f6ac67dd5
commit 33d2d14cd2
2 changed files with 11 additions and 3 deletions

View file

@ -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