ICU-3949 Fix some comments

X-SVN-Rev: 16032
This commit is contained in:
George Rhoten 2004-07-18 01:14:10 +00:00
parent 3e79a1d28c
commit 5ea493c577
2 changed files with 6 additions and 6 deletions

View file

@ -10,16 +10,16 @@
# Then, you can have your local changes remain even if you upgrade or re-
# configure ICU.
#
# Example 'reslocal.mk' files:
# Example 'collocal.mk' files:
#
# * To add an additional locale to the list:
# _____________________________________________________
# | GENRB_SOURCE_LOCAL = myLocale.txt ...
# | COLLATION_SOURCE_LOCAL = myLocale.txt ...
#
# * To REPLACE the default list and only build with a few
# locale:
# _____________________________________________________
# | GENRB_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
# | COLLATION_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
#
#

View file

@ -10,16 +10,16 @@
# Then, you can have your local changes remain even if you upgrade or
# reconfigure ICU.
#
# Example 'reslocal.mk' files:
# Example 'rbnflocal.mk' files:
#
# * To add an additional locale to the list:
# _____________________________________________________
# | GENRB_SOURCE_LOCAL = myLocale.txt ...
# | RBNF_SOURCE_LOCAL = myLocale.txt ...
#
# * To REPLACE the default list and only build with a few
# locale:
# _____________________________________________________
# | GENRB_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
# | RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
#
#