Output files into output directory
This commit is contained in:
parent
7d9fd72925
commit
fcce69320c
2 changed files with 7 additions and 18 deletions
15
Makefile
15
Makefile
|
@ -1,13 +1,10 @@
|
|||
.PHONY: en fi
|
||||
|
||||
all: en fi
|
||||
LANGUAGES = en fi
|
||||
|
||||
en:
|
||||
xelatex marko_korhonen_cv_en
|
||||
biber marko_korhonen_cv_en
|
||||
xelatex marko_korhonen_cv_en
|
||||
all: $(LANGUAGES)
|
||||
|
||||
fi:
|
||||
xelatex marko_korhonen_cv_fi
|
||||
biber marko_korhonen_cv_fi
|
||||
xelatex marko_korhonen_cv_fi
|
||||
$(LANGUAGES):
|
||||
xelatex --output-directory ./target marko_korhonen_cv_$@
|
||||
biber --output-directory ./target marko_korhonen_cv_$@
|
||||
xelatex --output-directory ./target marko_korhonen_cv_$@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue