diff options
author | infirit <[email protected]> | 2014-12-20 16:58:15 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-25 10:42:38 +0200 |
commit | 174b53faa344ebcad2a42acf8017aa22c49c9a46 (patch) | |
tree | 09f4d805e19fcdfb3c0d5084622020a768918ddd /data | |
parent | 6902afa1be1a3fe2955a3756c2cb8c3d2cf9ea4f (diff) | |
download | libmateweather-174b53faa344ebcad2a42acf8017aa22c49c9a46.tar.bz2 libmateweather-174b53faa344ebcad2a42acf8017aa22c49c9a46.tar.xz |
build: cleanup Makefile.am and re-enable some code
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index ce1b8fc..6cdf18c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -53,10 +53,6 @@ $(LOCATIONS_STAMP): $(libmateweatherlocations_in_files) $(PO_LOCATIONS) Makefile endif # USE_ONE_BIG_XML -check: - xmllint --valid --noout $(top_srcdir)/data/Locations.xml.in - $(srcdir)/check-timezones.sh $(srcdir)/Locations.xml.in - ### Locations.xml.in rebuild rebuild-locations: locationdb.sqlite update-locations.py $(AM_V_GEN)($(srcdir)/update-locations.py > Locations.xml.in.new && mv Locations.xml.in.new Locations.xml.in) || rm -f Locations.xml.in.new @@ -64,6 +60,10 @@ rebuild-locations: locationdb.sqlite update-locations.py locationdb.sqlite: build-locationdb.pl major-cities.txt sources/nsd_cccc.txt sources/POP_PLACES.txt sources/US_CONCISE.txt sources/geonames_dd_dms_date_*.txt city-fixups.pl station-fixups.pl $(AM_V_GEN)$(srcdir)/build-locationdb.pl +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) \ |