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)
|
||||
|
||||
%.pdf: %.tex
|
||||
latexmk -pdf -xelatex -cd -latexoption="--shell-escape" -use-make -jobname="$*" $<
|
||||
latexmk -pdf -xelatex -cd -latexoption="--shell-escape" -jobname="$*" $<
|
||||
|
||||
clean:
|
||||
for f in $(basename $(OUTPUT)); do \
|
||||
|
|
|
@ -5,7 +5,7 @@ OUTPUT += user-doc.pdf
|
|||
all: $(OUTPUT)
|
||||
|
||||
%.pdf: %.tex
|
||||
latexmk -pdf -xelatex -cd -latexoption="--shell-escape" -use-make -jobname="$*" $<
|
||||
latexmk -pdf -xelatex -cd -latexoption="--shell-escape" -jobname="$*" $<
|
||||
|
||||
clean:
|
||||
for f in $(basename $(OUTPUT)); do \
|
||||
|
|
Loading…
Add table
Reference in a new issue