documentation: add French translation

This commit is contained in:
Sebastien BLANCHET 2021-03-15 17:33:33 +01:00
parent 0ece56739b
commit 6350d7b5eb
2 changed files with 3894 additions and 15 deletions

View File

@ -54,30 +54,37 @@ $(EXT_FILES): $(ETHERCAT_CMD)
pdf: $(EXT_FILES)
$(MAKE) -C images
$(MAKE) -C graphs
pdflatex $(LATEX_OPTIONS) $(FILE)
# compile twice to update the table of contents
pdflatex $(LATEX_OPTIONS) $(FILE)
pdflatex $(LATEX_OPTIONS) $(FILE)
pdflatex $(LATEX_OPTIONS) $(FILE)_fr
pdflatex $(LATEX_OPTIONS) $(FILE)_fr
index:
makeindex $(FILE)
makeindex $(FILE).nlo -s nomencl.ist -o $(FILE).nls
makeindex $(FILE)_fr
makeindex $(FILE)_fr.nlo -s nomencl.ist -o $(FILE)_fr.nls
clean:
@rm -f \
$(FILE).aux \
$(FILE).dvi \
$(FILE).idx \
$(FILE).ilg \
$(FILE).ind \
$(FILE).lof \
$(FILE).log \
$(FILE).lol \
$(FILE).lot \
$(FILE).nlo \
$(FILE).nls \
$(FILE).out \
$(FILE).pdf \
$(FILE).toc \
*.aux \
*.dvi \
*.idx \
*.ilg \
*.ind \
*.lof \
*.log \
*.lol \
*.lot \
*.nlo \
*.nls \
*.out \
*.pdf \
*.toc \
*~ \
images/*.bak

File diff suppressed because it is too large Load Diff