manual: Fix makefile to output correct filename.

This commit is contained in:
Simon Howard 2019-08-19 02:47:53 +01:00
parent 87c0ea1336
commit d86351c56c

View file

@ -2,5 +2,5 @@
all: freedoom-manual.pdf
freedoom-manual.pdf: manual.adoc
asciidoctor-pdf -a toc manual.adoc
asciidoctor-pdf -a toc manual.adoc -o $@