--no-line-breaks \
--error-on-flowtext
+favicon.min.svg: favicon.svg
+ $(SCOUR) $< > $@
+
# Optimize our SVG once using XSL, to catch a few things
# that "scour" misses.
tableau.min.svg: tableau.svg svgclean.xsl
.woff2.base64:
@BASE64@ -w0 $< > $@
+# Same with the favicon SVG.
+.svg.base64:
+ @BASE64@ -w0 $< > $@
+
# Build index.html by substituting the contents of a few (single
# line!) files into @PLACEHOLDERS@ within index.html.in. If you put
# tildes in tableau.svg this will probably break, so please don't do
# that.
-index.html: index.html.in tableau.min.min.svg CharmBypass-Regular.base64 CharmBypass-Bold.base64
+index.html: index.html.in tableau.min.min.svg CharmBypass-Regular.base64 CharmBypass-Bold.base64 favicon.base64
+
sed -e "s~@CBPREGULAR@~$$(cat CharmBypass-Regular.base64)~" \
-e "s~@CBPBOLD@~$$(cat CharmBypass-Bold.base64)~" \
+ -e "s~@FAVICON@~$$(cat favicon.base64)~" \
-e "s~@SVGDATA@~$$(cat tableau.min.min.svg)~" \
$< > $@
CLEANFILES = $(dist_pkgdata_DATA) \
CharmBypass-Regular.base64 \
CharmBypass-Bold.base64 \
+ favicon.min.svg \
tableau.min.svg \
tableau.min.min.svg