diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-03-04 13:26:36 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-03-04 13:26:36 +0000 |
commit | 53790d2a0c50915d8cec71df3e89cd24d887b2fe (patch) | |
tree | 16f6b4df067eb3c2024e0a7735cb7ccea86b3aba /Build/source/libs/icu-xetex/data/rbnf/rbnffiles.mk | |
parent | f483a5de9331a257f597282e611ecfb63f5ab118 (diff) |
update icu-xetex to 3.8.1-based code from xetex repository
git-svn-id: svn://tug.org/texlive/trunk@6842 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu-xetex/data/rbnf/rbnffiles.mk')
-rw-r--r-- | Build/source/libs/icu-xetex/data/rbnf/rbnffiles.mk | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Build/source/libs/icu-xetex/data/rbnf/rbnffiles.mk b/Build/source/libs/icu-xetex/data/rbnf/rbnffiles.mk new file mode 100644 index 00000000000..37d1b9f4143 --- /dev/null +++ b/Build/source/libs/icu-xetex/data/rbnf/rbnffiles.mk @@ -0,0 +1,55 @@ +# * Copyright (C) 1997-2005, International Business Machines +# * Corporation and others. All Rights Reserved. +# A list of txt's to build +# Note: +# +# If you are thinking of modifying this file, READ THIS. +# +# Instead of changing this file [unless you want to check it back in], +# you should consider creating a 'reslocal.mk' file in this same directory. +# Then, you can have your local changes remain even if you upgrade or +# reconfigure ICU. +# +# Example 'rbnflocal.mk' files: +# +# * To add an additional locale to the list: +# _____________________________________________________ +# | RBNF_SOURCE_LOCAL = myLocale.txt ... +# +# * To REPLACE the default list and only build with a few +# locale: +# _____________________________________________________ +# | RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt +# +# + + +# This is the list of locales that are built, but not considered installed in ICU. +# These are usually aliased locales or the root locale. +RBNF_ALIAS_SOURCE = + + +# Please try to keep this list in alphabetical order +RBNF_SOURCE = \ +da.txt \ +de.txt \ +en.txt en_GB.txt\ +eo.txt \ +es.txt \ +fa.txt fa_AF.txt \ +fr.txt fr_BE.txt fr_CH.txt \ +ga.txt \ +he.txt \ +it.txt \ +ja.txt \ +mt.txt \ +nl.txt \ +pl.txt \ +pt.txt \ +ru.txt \ +sv.txt \ +th.txt \ +uk.txt + +#These are not in use yet +# el.txt \ |