documentation: add French translation
This commit is contained in:
parent
0ece56739b
commit
6350d7b5eb
|
|
@ -54,30 +54,37 @@ $(EXT_FILES): $(ETHERCAT_CMD)
|
||||||
pdf: $(EXT_FILES)
|
pdf: $(EXT_FILES)
|
||||||
$(MAKE) -C images
|
$(MAKE) -C images
|
||||||
$(MAKE) -C graphs
|
$(MAKE) -C graphs
|
||||||
pdflatex $(LATEX_OPTIONS) $(FILE)
|
|
||||||
# compile twice to update the table of contents
|
# compile twice to update the table of contents
|
||||||
pdflatex $(LATEX_OPTIONS) $(FILE)
|
pdflatex $(LATEX_OPTIONS) $(FILE)
|
||||||
|
pdflatex $(LATEX_OPTIONS) $(FILE)
|
||||||
|
|
||||||
|
pdflatex $(LATEX_OPTIONS) $(FILE)_fr
|
||||||
|
pdflatex $(LATEX_OPTIONS) $(FILE)_fr
|
||||||
|
|
||||||
index:
|
index:
|
||||||
makeindex $(FILE)
|
makeindex $(FILE)
|
||||||
makeindex $(FILE).nlo -s nomencl.ist -o $(FILE).nls
|
makeindex $(FILE).nlo -s nomencl.ist -o $(FILE).nls
|
||||||
|
|
||||||
|
makeindex $(FILE)_fr
|
||||||
|
makeindex $(FILE)_fr.nlo -s nomencl.ist -o $(FILE)_fr.nls
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f \
|
@rm -f \
|
||||||
$(FILE).aux \
|
*.aux \
|
||||||
$(FILE).dvi \
|
*.dvi \
|
||||||
$(FILE).idx \
|
*.idx \
|
||||||
$(FILE).ilg \
|
*.ilg \
|
||||||
$(FILE).ind \
|
*.ind \
|
||||||
$(FILE).lof \
|
*.lof \
|
||||||
$(FILE).log \
|
*.log \
|
||||||
$(FILE).lol \
|
*.lol \
|
||||||
$(FILE).lot \
|
*.lot \
|
||||||
$(FILE).nlo \
|
*.nlo \
|
||||||
$(FILE).nls \
|
*.nls \
|
||||||
$(FILE).out \
|
*.out \
|
||||||
$(FILE).pdf \
|
*.pdf \
|
||||||
$(FILE).toc \
|
*.toc \
|
||||||
*~ \
|
*~ \
|
||||||
images/*.bak
|
images/*.bak
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue