mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 19:25:46 -04:00
Merge branch 'master' into a5-manual
This commit is contained in:
commit
c3f55a0734
2 changed files with 722 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
ASCIIDOCTOR_FLAGS = -a toc -a pdf-page-size=A5
|
||||
all: freedoom-manual.pdf
|
||||
all: freedoom-manual.pdf freedoom-manual-es.pdf
|
||||
|
||||
freedoom-manual.pdf: manual.adoc
|
||||
-asciidoctor-pdf $(ASCIIDOCTOR_FLAGS) manual.adoc -o $@
|
||||
|
||||
freedoom-manual-es.pdf: manual-es.adoc
|
||||
-asciidoctor-pdf $(ASCIIDOCTOR_FLAGS) manual-es.adoc -o $@
|
||||
|
||||
clean:
|
||||
$(RM) freedoom-manual.pdf
|
||||
$(RM) freedoom-manual.pdf freedoom-manual-es.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue