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