Skip to content
Snippets Groups Projects
Verified Commit 5df2de67 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

halt and show file line on any error

parent 15c369ca
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ CP := ln -f
BOOK := $(shell basename "$$(pwd)")
LOCAL_DROSS := rubbish
DROSS := ../$(LOCAL_DROSS)
COMPILER := latexmk -file-line-error -auxdir=$(DROSS) -pdflua -silent -shell-escape -r config/.latexmkrc -jobname=$(BOOK)
COMPILER := latexmk -file-line-error -auxdir=$(DROSS) -pdflua -interaction=nonstopmode -halt-on-error -shell-escape -r config/.latexmkrc -jobname=$(BOOK)
RELEASE := $(BOOK)-$(VERSION).pdf
GLOS := makeglossaries -d $(DROSS)
RUN := lualatex -output-directory $(DROSS) -shell-escape
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment