mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
Add latexmk diagnostic in debug mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user