From 53790d2a0c50915d8cec71df3e89cd24d887b2fe Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Tue, 4 Mar 2008 13:26:36 +0000 Subject: 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 --- Build/source/libs/icu-xetex/data/rbnf/rbnffiles.mk | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 Build/source/libs/icu-xetex/data/rbnf/rbnffiles.mk (limited to 'Build/source/libs/icu-xetex/data/rbnf/rbnffiles.mk') 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 \ -- cgit v1.2.3