From 29fcab056424e396a41e133a85ab7f77d77b58cb Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 2 Nov 2023 20:26:08 -0400 Subject: [PATCH] Makefile.am: preserve the "zone" id during minimization --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 49391fe..b43bbba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,8 @@ PRECIOUS_IDS = \ ticket \ ticketbg \ ticketdate \ - tickettime + tickettime \ + zone # Optimize our SVG once using XSL, to catch a few things # that "scour" misses. -- 2.43.2