Create output dir if not exists
This commit is contained in:
parent
fcce69320c
commit
38b07389ab
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -4,7 +4,10 @@ LANGUAGES = en fi
|
||||||
|
|
||||||
all: $(LANGUAGES)
|
all: $(LANGUAGES)
|
||||||
|
|
||||||
$(LANGUAGES):
|
outputdir:
|
||||||
|
mkdir -p ./target
|
||||||
|
|
||||||
|
$(LANGUAGES): outputdir
|
||||||
xelatex --output-directory ./target marko_korhonen_cv_$@
|
xelatex --output-directory ./target marko_korhonen_cv_$@
|
||||||
biber --output-directory ./target marko_korhonen_cv_$@
|
biber --output-directory ./target marko_korhonen_cv_$@
|
||||||
xelatex --output-directory ./target marko_korhonen_cv_$@
|
xelatex --output-directory ./target marko_korhonen_cv_$@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue