Add book title to website html

This commit is contained in:
Hendrik Kleinwaechter
2023-07-07 12:29:54 +02:00
parent 036031fda8
commit cc96559b6b

View File

@@ -227,6 +227,9 @@ website:
rm -rf $(WEBSITE_DIR) rm -rf $(WEBSITE_DIR)
make4ht -c website.cfg -a debug -uf html5+tidy+common_domfilters+dvisvgm_hashes -d $(WEBSITE_DIR) book.tex 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 mv $(WEBSITE_DIR)/book.html $(WEBSITE_DIR)/index.html
sed -r -i -e 's|<title></title>|<title>The Sourdough Framework</title>|g' $(WEBSITE_DIR)/index.html
# Debug Stuff from now on # Debug Stuff from now on
.PHONY: show_tools_version .PHONY: show_tools_version