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