From 335c5eb86b0679c2e119adb41cec7fa571914586 Mon Sep 17 00:00:00 2001 From: cedounet <134267244+cedounet@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:13:22 +0100 Subject: [PATCH] Remove azw3 (#243) * Remove azw3 and mobi ebook format from build they take a lot of time and are being deprecated on main branch. * Remove kindlegen from tools version --- book/makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/book/makefile b/book/makefile index 811c80c..c6a4423 100644 --- a/book/makefile +++ b/book/makefile @@ -263,8 +263,6 @@ show_tools_version: # Show version of tools used on the build machine @echo "" - tidy -version @echo "" - - kindlegen --version - @echo "" - lacheck --version @echo "" - chktex --version