mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-03-31 09:17:15 -05:00
@@ -6,7 +6,13 @@ CLEAN := latexmk -cd -lualatex -c -use-make
|
|||||||
CHECK_1 := lacheck
|
CHECK_1 := lacheck
|
||||||
CHECK_2 := chktex
|
CHECK_2 := chktex
|
||||||
|
|
||||||
|
# we want bash as shell
|
||||||
|
SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
|
||||||
|
else if [ -x /bin/bash ]; then echo /bin/bash; \
|
||||||
|
else echo sh; fi; fi)
|
||||||
|
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
|
LATEX += -diagnostics
|
||||||
EBOOK += -a debug
|
EBOOK += -a debug
|
||||||
WEBSITE += -a debug
|
WEBSITE += -a debug
|
||||||
endif
|
endif
|
||||||
@@ -253,6 +259,8 @@ quick_ebook: cover/cover-page.xbb # run latex only once no biber, refe etc..
|
|||||||
show_tools_version: # Show version of tools used on the build machine
|
show_tools_version: # Show version of tools used on the build machine
|
||||||
- git log -n 1
|
- git log -n 1
|
||||||
@echo ""
|
@echo ""
|
||||||
|
- ${SHELL} --version
|
||||||
|
@echo ""
|
||||||
- latexmk --version
|
- latexmk --version
|
||||||
@echo ""
|
@echo ""
|
||||||
- lualatex --version
|
- lualatex --version
|
||||||
|
|||||||
Reference in New Issue
Block a user