Manual : Add French translation (#1209)

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
Oplexitie 2023-12-07 22:26:07 +01:00 committed by GitHub
parent 56558ad702
commit 759b75eec4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 698 additions and 2 deletions

View file

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