From 737debe1236a02dd942a654ce137cf58cdbdd2d5 Mon Sep 17 00:00:00 2001 From: Cedric Date: Sun, 19 Nov 2023 13:39:57 +0000 Subject: [PATCH] Revert "Revert "Fix giberrish website timeline"" This reverts commit b559d727811a6621c6abeb484e01c602df578f06. This should prevent the build from breaking eveb if it does not fix anything.. --- book/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/makefile b/book/makefile index b72d95f6..a40a0682 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 -WEBSITE := make4ht --lua -c website.cfg -a debug -uf html5+tidy+common_domfilters+dvisvgm_hashes +WEBSITE := make4ht --lua -c website.cfg -a debug -uf html5+tidy+common_domfilters CLEAN := latexmk -cd -lualatex -c -use-make CHECK_1 := lacheck CHECK_2 := chktex