mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
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!
7 lines
137 B
Makefile
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
|