summaryrefslogtreecommitdiff
path: root/modules.mk
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2018-07-28 20:13:47 +0200
committerJohn Ogness <john.ogness@linutronix.de>2018-07-30 11:56:30 +0206
commit300d0f892506fda9c4bfa706ebee2e1fc3cc4fb7 (patch)
tree25fec2cce76260541b753abba1f4f8defe0752f8 /modules.mk
parent4707e2085f995d33b64a37bf6589bf069fc959a9 (diff)
build: use xelatex as latex build-command
Although the commandline of latexmk specifies xelatex as a sub-command, the commandline parameter "-pdf" enforces the usage of pdflatex instead. Without this parameter, latexmk correctly uses xelatex as latex build-command. Also add the additional, xelatex-specific, temporary files to the clean target and .gitignore. This fixes a bug in commit 44797f7be06e047c2ecd56189c5bb11e7edf854f, which implicitly changed from xelatex to pdflatex as latex build-command. Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'modules.mk')
-rw-r--r--modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.mk b/modules.mk
index eab7185..d58aecf 100644
--- a/modules.mk
+++ b/modules.mk
@@ -4,7 +4,7 @@ PHONY :=
BASE_NAME = $(shell basename $(dir $(CURDIR)))
-TMP_TEXFILES = *.aux *.log *.nav *.toc *.pdf *.snm \
+TMP_TEXFILES = *.aux *.log *.nav *.toc *.pdf *.snm *.xdv \
*.bbl *.blg *.out *.vrb *.fls *.fdb_latexmk
PHONY += build