Merge branch 'master' into a5-manual

This commit is contained in:
Simon Howard 2022-06-13 00:01:28 -04:00
commit c3f55a0734
2 changed files with 722 additions and 2 deletions

View file

@ -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