From 75b015cda6aa36cc7194d6a02306fc60c0d44663 Mon Sep 17 00:00:00 2001 From: Ced Date: Sat, 11 Jan 2025 18:57:34 +0000 Subject: [PATCH] Remove debug flag on default website build --- book/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/makefile b/book/makefile index 80ef205..8d55d1e 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 -a debug -uf html5+tidy+common_domfilters -B website_build +WEBSITE := make4ht --lua -c website.cfg -uf html5+tidy+common_domfilters -B website_build CLEAN := latexmk -cd -lualatex -c -use-make CHECK_1 := lacheck CHECK_2 := chktex