]>
Commit | Line | Data |
---|---|---|
1 | # Copyright (C) 2016 and later: Unicode, Inc. and others. | |
2 | # License & terms of use: http://www.unicode.org/copyright.html | |
3 | # * Copyright (C) 2009, 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 'brklocal.mk' file in this same directory. | |
12 | # Then, you can have your local changes remain even if you upgrade or | |
13 | # reconfigure ICU. | |
14 | # | |
15 | # Example 'spreplocal.mk' files: | |
16 | # | |
17 | # * To add an additional locale to the list: | |
18 | # _____________________________________________________ | |
19 | # | SPREP_SOURCE_LOCAL = myStringPrep.txt ... | |
20 | # | |
21 | # * To REPLACE the default list and only build a subset of files: | |
22 | # _____________________________________________________ | |
23 | # | SPREP_SOURCE = rfc4518.txt | |
24 | # | |
25 | # | |
26 | SPREP_SOURCE = \ | |
27 | rfc3491.txt rfc3530cs.txt rfc3530csci.txt rfc3530mixp.txt rfc3722.txt \ | |
28 | rfc3920node.txt rfc3920res.txt rfc4011.txt rfc4013.txt rfc4505.txt \ | |
29 | rfc4518.txt rfc4518ci.txt |