diff options
-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) |