Merge branch 'main' into 225-ebook-situation

This commit is contained in:
Ced
2023-10-04 09:49:03 +01:00
3 changed files with 10 additions and 2 deletions

View File

@@ -6,7 +6,13 @@ CLEAN := latexmk -cd -lualatex -c -use-make
CHECK_1 := lacheck
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
LATEX += -diagnostics
EBOOK += -a debug
WEBSITE += -a debug
endif
@@ -254,6 +260,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
- git log -n 1
@echo ""
- ${SHELL} --version
@echo ""
- latexmk --version
@echo ""
- lualatex --version