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

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 # * Copyright (C) 2003-2012, International Business Machines
michael@0 2 # * Corporation and others. All Rights Reserved.
michael@0 3 # A list of txt's to build
michael@0 4 # Note:
michael@0 5 #
michael@0 6 # If you are thinking of modifying this file, READ THIS.
michael@0 7 #
michael@0 8 # Instead of changing this file [unless you want to check it back in],
michael@0 9 # you should consider creating a 'misclocal.mk' file in this same directory.
michael@0 10 # Then, you can have your local changes remain even if you upgrade or re-
michael@0 11 # configure ICU.
michael@0 12 #
michael@0 13 # Example 'misclocal.mk' files:
michael@0 14 #
michael@0 15 # * To add an additional file to the list:
michael@0 16 # _____________________________________________________
michael@0 17 # | MISC_SOURCE_LOCAL = myFile.txt ...
michael@0 18 #
michael@0 19 # * To REPLACE the default list and only build a subset of files:
michael@0 20 # _____________________________________________________
michael@0 21 # | MISC_SOURCE = zoneinfo.txt
michael@0 22 #
michael@0 23 #
michael@0 24
michael@0 25 MISC_SOURCE = \
michael@0 26 zoneinfo64.txt supplementalData.txt likelySubtags.txt plurals.txt \
michael@0 27 numberingSystems.txt icuver.txt icustd.txt metadata.txt metaZones.txt \
michael@0 28 windowsZones.txt keyTypeData.txt timezoneTypes.txt currencyNumericCodes.txt \
michael@0 29 genderList.txt postalCodeData.txt dayPeriods.txt

mercurial