blob: 7fea9e4184f83d64890664dc25bf412c2e7dea3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# * 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 =
|