mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-05 07:25:45 -04:00
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:
parent
496ed91b69
commit
e054e81500
2 changed files with 722 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue