Add latexmk diagnostic in debug mode

This commit is contained in:
Ced
2023-10-03 23:00:12 +01:00
parent 1eb305a3fe
commit bdae960144

View File

@@ -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