diff options
author | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-19 09:13:20 +0000 |
---|---|---|
committer | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-19 09:13:20 +0000 |
commit | 25f3baf7b67ac17e8151f13418152d258bd1f609 (patch) | |
tree | f5f7dc4ecb9bcfdafd3911fa306c5ec90025be9d | |
parent | d72053c0a39447300706f1b64b6234292573383a (diff) |
common.mk: Added a rule to generate lib/unicode_normalize/tables.rb.
This rule still needs to be integrated into the overall make process.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | common.mk | 5 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sun Oct 19 18:13:13 2014 Martin Duerst <[email protected]> + + * common.mk: Added a rule to generate + lib/unicode_normalize/tables.rb. This rule still + needs to be integrated into the overall make process. + Sun Oct 19 17:53:53 2014 Martin Duerst <[email protected]> * lib/unicode_normalize.rb: Changed to dynamic @@ -1095,6 +1095,11 @@ update-unicode: PHONY ../../../tool/downloader.rb unicode \ UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt +lib/unicode_normalize/tables.rb: tool/unicode_norm_gen.rb \ +enc/unicode/data/UnicodeData.txt \ +enc/unicode/data/CompositionExclusions.txt + ${BASERUBY} -C "$(srcdir)/tool tool/unicode_norm_gen.rb + info: info-program info-libruby_a info-libruby_so info-arch info-program: PHONY @echo PROGRAM=$(PROGRAM) |