]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | # Copyright (C) 2016 and later: Unicode, Inc. and others. |
2 | # License & terms of use: http://www.unicode.org/copyright.html | |
2ca993e8 | 3 | # * Copyright (C) 2003-2015, International Business Machines |
374ca955 A |
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 'misclocal.mk' file in this same directory. | |
12 | # Then, you can have your local changes remain even if you upgrade or re- | |
13 | # configure ICU. | |
14 | # | |
15 | # Example 'misclocal.mk' files: | |
16 | # | |
17 | # * To add an additional file to the list: | |
18 | # _____________________________________________________ | |
19 | # | MISC_SOURCE_LOCAL = myFile.txt ... | |
20 | # | |
21 | # * To REPLACE the default list and only build a subset of files: | |
22 | # _____________________________________________________ | |
23 | # | MISC_SOURCE = zoneinfo.txt | |
24 | # | |
25 | # | |
26 | ||
27 | MISC_SOURCE = \ | |
51004dcb A |
28 | zoneinfo64.txt supplementalData.txt likelySubtags.txt plurals.txt \ |
29 | numberingSystems.txt icuver.txt icustd.txt metadata.txt metaZones.txt \ | |
30 | windowsZones.txt keyTypeData.txt timezoneTypes.txt currencyNumericCodes.txt \ | |
3d1f044b | 31 | genderList.txt dayPeriods.txt pluralRanges.txt |