From fb8b82bb1d5a43f38b97046350e7d4603c69ec4b Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 3 Apr 2017 19:14:22 +0200 Subject: HACK: use pre-downloaded core.zip --- data/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 11e20f3..c15e191 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -75,9 +75,6 @@ language-subtag-registry.xml: endif endif stamp-core-zip: - -rm core.zip - $(AM_V_DL) wget http://unicode.org/Public/cldr/latest/core.zip || \ - curl http://unicode.org/Public/cldr/latest/core.zip; \ [ -f core.zip ] && touch $@ stamp-ldml-xml: stamp-core-zip Makefile.am unzip -o core.zip $(bcp47_xml_files) $(supplemental_xml_files); \ -- cgit v1.2.3