From de446fa01fc3ca9dd2edf55800278f3b2aeadd76 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 3 Nov 2023 10:37:17 -0400 Subject: [PATCH] Makefile.am: comment the new favicon target --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) $< > $@ -- 2.43.2