aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--common.mk5
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5b29671f2..f6c337dc9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/common.mk b/common.mk
index ce01aca00f..b6460d4a3f 100644
--- a/common.mk
+++ b/common.mk
@@ -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)