freedoom/manual/Makefile
Mike Swanson 33d2d14cd2 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!
2019-09-12 16:32:33 -07:00

7 lines
137 B
Makefile

all: freedoom-manual.pdf
freedoom-manual.pdf: manual.adoc
-asciidoctor-pdf -a toc manual.adoc -o $@
clean:
$(RM) freedoom-manual.pdf