1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
duerst 2014-10-19 09:13:20 +00:00
parent d72053c0a3
commit 25f3baf7b6
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,9 @@
Sun Oct 19 18:13:13 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* 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 <duerst@it.aoyama.ac.jp>
* lib/unicode_normalize.rb: Changed to dynamic

View file

@ -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)