Add Spanish translation of manual.

Credit goes to CyberSaurus and DoomguyAlighieri on the Freedoom Discord
who translated this in Microsoft .docx format. I think converted it back
into Asciidoc format and added it to the build.
https://discord.com/channels/616148111076884520/857628798921342986/944620737862443019
This commit is contained in:
Simon Howard 2022-06-09 18:40:44 -04:00
parent 496ed91b69
commit e054e81500
2 changed files with 722 additions and 2 deletions

View file

@ -1,7 +1,10 @@
all: freedoom-manual.pdf
all: freedoom-manual.pdf freedoom-manual-es.pdf
freedoom-manual.pdf: manual.adoc
-asciidoctor-pdf -a toc manual.adoc -o $@
freedoom-manual-es.pdf: manual-es.adoc
-asciidoctor-pdf -a toc manual-es.adoc -o $@
clean:
$(RM) freedoom-manual.pdf
$(RM) freedoom-manual.pdf freedoom-manual-es.pdf