From 0889346de5cf06e5888a340f9b1f39b82d8849fe Mon Sep 17 00:00:00 2001 From: duerst Date: Sun, 25 Nov 2018 23:16:18 +0000 Subject: add several emoji data files to UNICODE_EMOJI_DOWNLOAD for download In common.mk, add the files emoji-sequences.txt, emoji-test.txt, emoji-variation-sequences.txt, and emoji-zwj-sequences.txt to UNICODE_EMOJI_DOWNLOAD for download with `make update-unicode-property-files`. These files will be used for automated tests for /\X/. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common.mk') diff --git a/common.mk b/common.mk index f927829166..2ff2de058c 100644 --- a/common.mk +++ b/common.mk @@ -1307,6 +1307,10 @@ UNICODE_PROPERTY_FILES = \ UNICODE_EMOJI_FILES = \ $(UNICODE_SRC_EMOJI_DATA_DIR)/emoji-data.txt \ + $(UNICODE_SRC_EMOJI_DATA_DIR)/emoji-sequences.txt \ + $(UNICODE_SRC_EMOJI_DATA_DIR)/emoji-test.txt \ + $(UNICODE_SRC_EMOJI_DATA_DIR)/emoji-variation-sequences.txt \ + $(UNICODE_SRC_EMOJI_DATA_DIR)/emoji-zwj-sequences.txt \ $(empty) update-unicode: $(UNICODE_FILES) -- cgit v1.2.3