From 424f4c84c6a01e719385e3b17839a4775b7fff2b Mon Sep 17 00:00:00 2001 From: Cedric Date: Thu, 26 Dec 2024 16:04:27 +0000 Subject: [PATCH] Fix lacheck version output --- book/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/makefile b/book/makefile index ce1dc06..7dc1cd8 100644 --- a/book/makefile +++ b/book/makefile @@ -330,7 +330,7 @@ show_tools_version: # Show version of tools used on the build machine @echo "" - dvisvgm --version @echo "" - - lacheck --version + - lacheck | head -5 | tail -1 @echo "" - chktex --version @echo ""