mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-04 04:25:46 -04:00
Manual : Add French translation (#1209)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
parent
56558ad702
commit
759b75eec4
2 changed files with 698 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
ASCIIDOCTOR_FLAGS = -a pdf-page-size=A5
|
||||
all: freedoom-manual.pdf freedoom-manual-es.pdf
|
||||
all: freedoom-manual.pdf freedoom-manual-es.pdf freedoom-manual-fr.pdf
|
||||
|
||||
freedoom-manual.pdf: manual.adoc
|
||||
-asciidoctor-pdf $(ASCIIDOCTOR_FLAGS) manual.adoc -o $@
|
||||
|
@ -7,5 +7,8 @@ freedoom-manual.pdf: manual.adoc
|
|||
freedoom-manual-es.pdf: manual-es.adoc
|
||||
-asciidoctor-pdf $(ASCIIDOCTOR_FLAGS) manual-es.adoc -o $@
|
||||
|
||||
freedoom-manual-fr.pdf: manual-fr.adoc
|
||||
-asciidoctor-pdf $(ASCIIDOCTOR_FLAGS) manual-fr.adoc -o $@
|
||||
|
||||
clean:
|
||||
$(RM) freedoom-manual.pdf freedoom-manual-es.pdf
|
||||
$(RM) freedoom-manual.pdf freedoom-manual-es.pdf freedoom-manual-fr.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue