mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-130 generate unames.dat from files in icu/data/unidata
X-SVN-Rev: 1208
This commit is contained in:
parent
3172a5377c
commit
448c3e92fb
1 changed files with 3 additions and 4 deletions
|
@ -9,7 +9,8 @@ VERSION = @VERSION@
|
|||
UNICODE_VERSION = @UNICODE_VERSION@
|
||||
|
||||
ICUDATADIR=@DATABUILDDIR@/
|
||||
UNICODEFILE=$(top_srcdir)/../data/UnicodeData-$(UNICODE_VERSION).txt
|
||||
UNICODEDATADIR=$(top_srcdir)/../data/unidata
|
||||
UNICODEFILE=$(UNICODEDATADIR)/UnicodeData.txt
|
||||
|
||||
## Install directory information
|
||||
srcdir = @srcdir@
|
||||
|
@ -90,10 +91,8 @@ install-local: all-local build-data
|
|||
|
||||
build-data: $(ICUDATADIR)/unames.dat
|
||||
|
||||
# we set the ICU_DATA directory here so that unames.dat ends up in
|
||||
# icu/data rather than PREFIX/share/icu/VERSION/
|
||||
$(ICUDATADIR)/unames.dat: $(UNICODEFILE) $(TARGET)
|
||||
ICU_DATA=$(ICUDATADIR) ./$(TARGET) $(UNICODEFILE)
|
||||
./$(TARGET) -d $(ICUDATADIR) $(UNICODEFILE) -u $(UNICODE_VERSION)
|
||||
|
||||
dist-local:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue