]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | # * Copyright (C) 1997-2001, International Business Machines |
2 | # * Corporation and others. All Rights Reserved. | |
3 | # A list of txt's to build | |
4 | # Note: | |
5 | # | |
6 | # If you are thinking of modifying this file, READ THIS. | |
7 | # | |
8 | # Instead of changing this file [unless you want to check it back in], | |
9 | # you should consider creating a 'trnslocal.mk' file in this same directory. | |
10 | # Then, you can have your local changes remain even if you upgrade or re | |
11 | # configure the ICU. | |
12 | # | |
13 | # Example 'trnslocal.mk' files: | |
14 | # | |
15 | # * To add an additional transliterators to the list: | |
16 | # _____________________________________________________ | |
17 | # | TRANSLIT_SOURCE_LOCAL = myTranslitRules.txt ... | |
18 | # | |
19 | # * To REPLACE the default list and only build with a few | |
20 | # transliterators: | |
21 | # _____________________________________________________ | |
22 | # | TRANLIST_SOURCE = translit_index.txt translit_Any_Publishing.txt | |
23 | # | |
24 | # | |
25 | ||
26 | TRANSLIT_SOURCE=t_Any_Accents.txt\ | |
27 | t_Any_Publishing.txt\ | |
28 | t_Arab_Latn.txt\ | |
29 | t_Beng_InterIndic.txt\ | |
30 | t_Cyrl_Latn.txt\ | |
31 | t_Deva_InterIndic.txt\ | |
32 | t_FWidth_HWidth.txt\ | |
33 | t_Grek_Latn.txt\ | |
34 | t_Grek_Latn_UNGEGN.txt\ | |
35 | t_Gujr_InterIndic.txt\ | |
36 | t_Guru_InterIndic.txt\ | |
37 | t_Hani_Latn.txt\ | |
38 | t_Hebr_Latn.txt\ | |
39 | t_Hira_Kana.txt\ | |
40 | t_Hira_Latn.txt\ | |
41 | t_InterIndic_Beng.txt\ | |
42 | t_InterIndic_Deva.txt\ | |
43 | t_InterIndic_Gujr.txt\ | |
44 | t_InterIndic_Guru.txt\ | |
45 | t_InterIndic_Knda.txt\ | |
46 | t_InterIndic_Latn.txt\ | |
47 | t_InterIndic_Mlym.txt\ | |
48 | t_InterIndic_Orya.txt\ | |
49 | t_InterIndic_Taml.txt\ | |
50 | t_InterIndic_Telu.txt\ | |
51 | t_Knda_InterIndic.txt\ | |
52 | t_Latn_InterIndic.txt\ | |
53 | t_Latn_Jamo.txt\ | |
54 | t_Latn_Kana.txt\ | |
55 | t_Mlym_InterIndic.txt\ | |
56 | t_Orya_InterIndic.txt\ | |
57 | t_Taml_InterIndic.txt\ | |
58 | t_Telu_InterIndic.txt\ | |
59 | translit_index.txt |