From: Michael Orlitzky Date: Fri, 3 Nov 2023 14:37:17 +0000 (-0400) Subject: Makefile.am: comment the new favicon target X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=de446fa01fc3ca9dd2edf55800278f3b2aeadd76;p=charm-bypass.git Makefile.am: comment the new favicon target --- diff --git a/Makefile.am b/Makefile.am index 62f5bbf..bb9c10c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ SCOUR = @SCOUR@ --enable-id-stripping \ --no-line-breaks \ --error-on-flowtext +# Optimize the favicon just like we do the tableau. favicon.min.svg: favicon.svg $(SCOUR) $< > $@