From 069994678d099397f418dbc8672908c3a0f44be2 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 9 Sep 2025 14:56:02 -0400 Subject: [PATCH] Makefile.am: preserve the id of the bottom half of the ticket background This is the one we need to scale. Any translations that need to happen can be done on the entire ticket. --- Makefile.am | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9f66c06..c1e465a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,29 +22,29 @@ EXTRA_DIST = \ tableau.svg # List of element IDs that we use in the HTML document. -PRECIOUS_IDS = \ - bus \ - city \ - citycopy \ - codebg \ - codetext \ - clouds \ - cloudscopy \ - destination \ - origin \ - origindest \ - train \ - tram \ - trees \ - treescopy \ - serviceid \ - servicename \ - sky \ - ticket \ - ticketbg \ - ticketdate \ - tickettime \ - qr \ +PRECIOUS_IDS = \ + bus \ + city \ + citycopy \ + codebg \ + codetext \ + clouds \ + cloudscopy \ + destination \ + origin \ + origindest \ + train \ + tram \ + trees \ + treescopy \ + serviceid \ + servicename \ + sky \ + ticket \ + ticketbottombg \ + ticketdate \ + tickettime \ + qr \ zone # The base "scour" command used to optimize the tableau and favicon. -- 2.49.0