Add shell version to the show_version_target

This commit is contained in:
Ced
2023-10-03 23:48:33 +01:00
parent 97f3a044c2
commit 1eb305a3fe

View File

@@ -258,6 +258,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