mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
manual: Fix makefile to output correct filename.
This commit is contained in:
parent
87c0ea1336
commit
d86351c56c
1 changed files with 1 additions and 1 deletions
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue