aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 2c21bb715f..158f9ec3ed 100644
--- a/common.mk
+++ b/common.mk
@@ -1089,6 +1089,13 @@ update-gems: PHONY
-e 'Downloader.download(:rubygems, gem, $$gemdir)' \
-- -gemdir=$(srcdir)/gems $(srcdir)/gems/bundled_gems
+update-unicode:
+ $(Q) $(BASERUBY) -I$(srcdir)/tool -rdownloader \
+ -e 'puts "Downloading Unicode data files..."' \
+ -e 'Downloader.download(:unicode, "UnicodeData.txt", "$(srcdir)/enc/unicode/data")' \
+ -e 'Downloader.download(:unicode, "CompositionExclusions.txt", "$(srcdir)/enc/unicode/data")' \
+ -e 'Downloader.download(:unicode, "NormalizationTest.txt", "$(srcdir)/enc/unicode/data")'
+
info: info-program info-libruby_a info-libruby_so info-arch
info-program:
@echo PROGRAM=$(PROGRAM)