Makefile tools version (#266)

* Fix details on tools version display in makefile

- Show OS version
- Use macro instead of harcoded tool for convert.
This commit is contained in:
cedounet
2023-10-29 17:26:33 +00:00
committed by GitHub
parent c2457763f6
commit 1ce9802689

View File

@@ -288,7 +288,9 @@ quick_ebook: cover/cover-page.xbb # run latex only once no biber, ref etc...
show_tools_version: # Show version of tools used on the build machine
- git log -n 1
@echo ""
- ${SHELL} --version
- uname -a
@echo ""
- $(SHELL) --version
@echo ""
- latexmk --version
@echo ""
@@ -310,11 +312,10 @@ show_tools_version: # Show version of tools used on the build machine
@echo ""
- ruby --version
@echo ""
- convert --version
- $(CONVERT_PIC) --version
@echo ""
- rsync --version
# You can find the value of variable X with the following command:
# make print-X
print-%: ; @echo $* = $($*) # Print a makefile variable