mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
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:
@@ -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
|
show_tools_version: # Show version of tools used on the build machine
|
||||||
- git log -n 1
|
- git log -n 1
|
||||||
@echo ""
|
@echo ""
|
||||||
- ${SHELL} --version
|
- uname -a
|
||||||
|
@echo ""
|
||||||
|
- $(SHELL) --version
|
||||||
@echo ""
|
@echo ""
|
||||||
- latexmk --version
|
- latexmk --version
|
||||||
@echo ""
|
@echo ""
|
||||||
@@ -310,11 +312,10 @@ show_tools_version: # Show version of tools used on the build machine
|
|||||||
@echo ""
|
@echo ""
|
||||||
- ruby --version
|
- ruby --version
|
||||||
@echo ""
|
@echo ""
|
||||||
- convert --version
|
- $(CONVERT_PIC) --version
|
||||||
@echo ""
|
@echo ""
|
||||||
- rsync --version
|
- rsync --version
|
||||||
|
|
||||||
|
|
||||||
# You can find the value of variable X with the following command:
|
# You can find the value of variable X with the following command:
|
||||||
# make print-X
|
# make print-X
|
||||||
print-%: ; @echo $* = $($*) # Print a makefile variable
|
print-%: ; @echo $* = $($*) # Print a makefile variable
|
||||||
|
|||||||
Reference in New Issue
Block a user