Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | # * Copyright (C) 2009, 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 'brklocal.mk' file in this same directory. |
michael@0 | 10 | # Then, you can have your local changes remain even if you upgrade or |
michael@0 | 11 | # reconfigure ICU. |
michael@0 | 12 | # |
michael@0 | 13 | # Example 'spreplocal.mk' files: |
michael@0 | 14 | # |
michael@0 | 15 | # * To add an additional locale to the list: |
michael@0 | 16 | # _____________________________________________________ |
michael@0 | 17 | # | SPREP_SOURCE_LOCAL = myStringPrep.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 | # | SPREP_SOURCE = rfc4518.txt |
michael@0 | 22 | # |
michael@0 | 23 | # |
michael@0 | 24 | SPREP_SOURCE = \ |
michael@0 | 25 | rfc3491.txt rfc3530cs.txt rfc3530csci.txt rfc3530mixp.txt rfc3722.txt \ |
michael@0 | 26 | rfc3920node.txt rfc3920res.txt rfc4011.txt rfc4013.txt rfc4505.txt \ |
michael@0 | 27 | rfc4518.txt rfc4518ci.txt |