From 086f1835af0d06234ed5ac295a960e5ea8aa24ea Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 12 Mar 2026 15:16:30 -0400 Subject: data: Remove check-timezones.sh The code is quite clunky and a similar test already exists in test_libmateweather. Backported from libgweather: https://gitlab.gnome.org/GNOME/libgweather/-/commit/b5fcc840 --- data/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 8676fb1..3ed47dd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -50,12 +50,10 @@ locationdb.sqlite: build-locationdb.pl major-cities.txt sources/nsd_cccc.txt sou check: xmllint --valid --noout $(top_srcdir)/data/Locations.xml.in - $(srcdir)/check-timezones.sh $(srcdir)/Locations.xml.in EXTRA_DIST = \ $(libmateweatherlocations_in_files) \ $(libmateweatherdtd_DATA) \ - check-timezones.sh \ README \ README.timezones -- cgit v1.2.1