make: remove -use-make from latexmk
This commit is contained in:
parent
5588a33668
commit
4cacada703
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ OUTPUT += tech-spec.pdf
|
||||||
all: $(OUTPUT)
|
all: $(OUTPUT)
|
||||||
|
|
||||||
%.pdf: %.tex
|
%.pdf: %.tex
|
||||||
latexmk -pdf -xelatex -cd -latexoption="--shell-escape" -use-make -jobname="$*" $<
|
latexmk -pdf -xelatex -cd -latexoption="--shell-escape" -jobname="$*" $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
for f in $(basename $(OUTPUT)); do \
|
for f in $(basename $(OUTPUT)); do \
|
||||||
|
|
|
@ -5,7 +5,7 @@ OUTPUT += user-doc.pdf
|
||||||
all: $(OUTPUT)
|
all: $(OUTPUT)
|
||||||
|
|
||||||
%.pdf: %.tex
|
%.pdf: %.tex
|
||||||
latexmk -pdf -xelatex -cd -latexoption="--shell-escape" -use-make -jobname="$*" $<
|
latexmk -pdf -xelatex -cd -latexoption="--shell-escape" -jobname="$*" $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
for f in $(basename $(OUTPUT)); do \
|
for f in $(basename $(OUTPUT)); do \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue