Merge branch 'translate-to-french' into 'stable-1.5'
documentation: add French translation See merge request etherlab.org/ethercat!10
This commit is contained in:
commit
779437feef
|
|
@ -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
Loading…
Reference in New Issue