intl/icu/source/data/sprep/sprepfiles.mk

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/data/sprep/sprepfiles.mk	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +# *   Copyright (C) 2009, International Business Machines
     1.5 +# *   Corporation and others.  All Rights Reserved.
     1.6 +# A list of txt's to build
     1.7 +# Note: 
     1.8 +#
     1.9 +#   If you are thinking of modifying this file, READ THIS. 
    1.10 +#
    1.11 +# Instead of changing this file [unless you want to check it back in],
    1.12 +# you should consider creating a 'brklocal.mk' file in this same directory.
    1.13 +# Then, you can have your local changes remain even if you upgrade or
    1.14 +# reconfigure ICU.
    1.15 +#
    1.16 +# Example 'spreplocal.mk' files:
    1.17 +#
    1.18 +#  * To add an additional locale to the list: 
    1.19 +#    _____________________________________________________
    1.20 +#    |  SPREP_SOURCE_LOCAL =   myStringPrep.txt ...
    1.21 +#
    1.22 +#  * To REPLACE the default list and only build a subset of files:
    1.23 +#    _____________________________________________________
    1.24 +#    |  SPREP_SOURCE = rfc4518.txt
    1.25 +#
    1.26 +#
    1.27 +SPREP_SOURCE = \
    1.28 +rfc3491.txt rfc3530cs.txt rfc3530csci.txt rfc3530mixp.txt rfc3722.txt \
    1.29 +rfc3920node.txt rfc3920res.txt rfc4011.txt rfc4013.txt rfc4505.txt \
    1.30 +rfc4518.txt rfc4518ci.txt

mercurial