Add biber version to version output

This commit is contained in:
Hendrik Kleinwaechter
2023-07-10 18:20:55 +02:00
parent 0aa5aab860
commit dc2b810743

View File

@@ -250,6 +250,8 @@ show_tools_version: # Show version of tools used on the build machine
@echo "" @echo ""
- make --version - make --version
@echo "" @echo ""
- biber -version
@echo ""
# 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