From bdae960144c7c3ae201b802aa175e201d0e5e026 Mon Sep 17 00:00:00 2001 From: Ced Date: Tue, 3 Oct 2023 23:00:12 +0100 Subject: [PATCH] Add latexmk diagnostic in debug mode --- book/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/book/makefile b/book/makefile index e13cd74..e997fcc 100644 --- a/book/makefile +++ b/book/makefile @@ -12,6 +12,7 @@ SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ else echo sh; fi; fi) ifdef DEBUG +LATEX += -diagnostics EBOOK += -a debug WEBSITE += -a debug endif