summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-04-03 19:14:22 +0200
committerDavid Tardon <dtardon@redhat.com>2017-04-03 19:14:22 +0200
commitfb8b82bb1d5a43f38b97046350e7d4603c69ec4b (patch)
treeec8f465a3d437f061857a0834f5c49d63f0947e7
parent46688ca833d6d8b6f8fe2949670b7f6033763cd7 (diff)
HACK: use pre-downloaded core.zip
-rw-r--r--data/Makefile.am3
1 files changed, 0 insertions, 3 deletions
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); \