summaryrefslogtreecommitdiff
path: root/macros/luatex/generic/luamplib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/generic/luamplib/Makefile')
-rw-r--r--macros/luatex/generic/luamplib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/luatex/generic/luamplib/Makefile b/macros/luatex/generic/luamplib/Makefile
index f4d638764e..f41c9a6339 100644
--- a/macros/luatex/generic/luamplib/Makefile
+++ b/macros/luatex/generic/luamplib/Makefile
@@ -36,7 +36,7 @@ world: all ctan
.PHONY: all doc unpack ctan tds check world
%.pdf: %.dtx
- latexmk -lualatex -recorder- -silent $< >/dev/null
+ @texfot --quiet --tee=/dev/null --ignore "^Overfull" --ignore "^Underfull" lualatex -recorder $<
$(UNPACKED): $(DTX)
luatex -interaction=batchmode $< >/dev/null