intl/icu/source/data/misc/miscfiles.mk

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/data/misc/miscfiles.mk	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +# *   Copyright (C) 2003-2012, 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 'misclocal.mk' file in this same directory.
    1.13 +# Then, you can have your local changes remain even if you upgrade or re-
    1.14 +# configure ICU.
    1.15 +#
    1.16 +# Example 'misclocal.mk' files:
    1.17 +#
    1.18 +#  * To add an additional file to the list: 
    1.19 +#    _____________________________________________________
    1.20 +#    |  MISC_SOURCE_LOCAL =   myFile.txt ...
    1.21 +#
    1.22 +#  * To REPLACE the default list and only build a subset of files:
    1.23 +#    _____________________________________________________
    1.24 +#    |  MISC_SOURCE = zoneinfo.txt
    1.25 +#
    1.26 +#
    1.27 +
    1.28 +MISC_SOURCE = \
    1.29 +zoneinfo64.txt supplementalData.txt likelySubtags.txt plurals.txt \
    1.30 +numberingSystems.txt icuver.txt icustd.txt metadata.txt metaZones.txt \
    1.31 +windowsZones.txt keyTypeData.txt timezoneTypes.txt currencyNumericCodes.txt \
    1.32 +genderList.txt postalCodeData.txt dayPeriods.txt

mercurial