Skip to content

Commit

Permalink
Merge pull request hendricius#285 from hendricius/fix-build
Browse files Browse the repository at this point in the history
Revert "Revert "Fix giberrish website timeline""
  • Loading branch information
cedounet authored Nov 19, 2023
2 parents fcdd071 + 737debe commit 6b56aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6b56aea

Please sign in to comment.