diff options
| author | Victor Kareh <[email protected]> | 2026-03-12 15:16:30 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-03-12 15:29:36 -0400 |
| commit | 086f1835af0d06234ed5ac295a960e5ea8aa24ea (patch) | |
| tree | 6d92ec6030f2ad43c5ccebd947e287d7058a1139 /data/Makefile.am | |
| parent | b907883510300f22f703a6d1a70b2fc8b6b56d85 (diff) | |
| download | libmateweather-086f1835af0d06234ed5ac295a960e5ea8aa24ea.tar.bz2 libmateweather-086f1835af0d06234ed5ac295a960e5ea8aa24ea.tar.xz | |
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
Diffstat (limited to 'data/Makefile.am')
| -rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
