From cc96559b6ba176455235aba97364eb628f0b7890 Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Fri, 7 Jul 2023 12:29:54 +0200 Subject: [PATCH] Add book title to website html --- book/makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/makefile b/book/makefile index 2bce14c..e362f4e 100644 --- a/book/makefile +++ b/book/makefile @@ -227,6 +227,9 @@ website: rm -rf $(WEBSITE_DIR) make4ht -c website.cfg -a debug -uf html5+tidy+common_domfilters+dvisvgm_hashes -d $(WEBSITE_DIR) book.tex mv $(WEBSITE_DIR)/book.html $(WEBSITE_DIR)/index.html + sed -r -i -e 's||The Sourdough Framework|g' $(WEBSITE_DIR)/index.html + + # Debug Stuff from now on .PHONY: show_tools_version