Merge pull request #363 from hendricius/add_path

Show PATH when using show_tools_version
This commit is contained in:
cedounet
2024-05-26 12:43:31 +01:00
committed by GitHub

View File

@@ -293,6 +293,9 @@ show_tools_version: # Show version of tools used on the build machine
@echo ""
- $(SHELL) --version
@echo ""
- @echo "PATH:"
- @echo $(PATH) | tr ':' '\n'
@echo ""
- latexmk --version
@echo ""
- lualatex --version