From e1b8f0dee187a18ad366d9ad5d6657fd0c5e5c3b Mon Sep 17 00:00:00 2001 From: Ced Date: Thu, 27 Feb 2025 16:06:21 +0000 Subject: [PATCH] modify makefile as well --- book/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/makefile b/book/makefile index 6be1230..a9ac8f2 100644 --- a/book/makefile +++ b/book/makefile @@ -1,7 +1,7 @@ # Macros for commands {{{ LATEX := latexmk -cd -pdflua -lualatex="lualatex -interaction=nonstopmode" -synctex=1 -use-make EBOOK := tex4ebook --lua -d epub -f epub -c tex4ebook.cfg -B epub_build -WEBSITE := make4ht --lua -c website.cfg -uf html5+tidy+common_domfilters -B website_build +WEBSITE := make4ht --lua -c website.cfg -B website_build CLEAN := latexmk -cd -lualatex -c -use-make CHECK_1 := lacheck CHECK_2 := chktex