1ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru# *   Copyright (C) 1997-2006, International Business Machines
2ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru# *   Corporation and others.  All Rights Reserved.
3ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru# A list of txt's to build
4ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru# Note: 
5ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#
6ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#   If you are thinking of modifying this file, READ THIS. 
7ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#
8ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru# Instead of changing this file [unless you want to check it back in],
9ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru# you should consider creating a 'trnslocal.mk' file in this same directory.
10ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru# Then, you can have your local changes remain even if you upgrade or re
11ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru# configure the ICU.
12ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#
13ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru# Example 'trnslocal.mk' files:
14ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#
15ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#  * To add an additional transliterators to the list: 
16ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#    _____________________________________________________
17ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#    |  TRANSLIT_SOURCE_LOCAL =   myTranslitRules.txt ...
18ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#
19ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#  * To REPLACE the default list and only build with a few
20ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#     transliterators:
21ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#    _____________________________________________________
22ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#    |  TRANLIST_SOURCE = el.txt th.txt
23ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#
24ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#
25ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
26ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruTRANSLIT_SOURCE=root.txt en.txt el.txt
27