mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-2235 add more binary file types
X-SVN-Rev: 14014
This commit is contained in:
parent
a6a71e5d1f
commit
d0eb451320
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Copyright (C) 2001 - 2002, International Business Machines Corporation.
|
||||
# Copyright (C) 2001 - 2003, International Business Machines Corporation.
|
||||
# All Rights Reserved.
|
||||
#
|
||||
# Authors:
|
||||
|
@ -15,7 +15,7 @@
|
|||
|
||||
#binary_suffixes='ico ICO bmp BMP jpg JPG gif GIF brk BRK'
|
||||
#ICU specific binary files
|
||||
binary_suffixes='brk BRK bin BIN'
|
||||
binary_suffixes='brk BRK bin BIN res RES cnv CNV dat DAT icu ICU'
|
||||
|
||||
usage()
|
||||
{
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#binary_suffixes='ico ICO bmp BMP jpg JPG gif GIF brk BRK'
|
||||
#ICU specific binary files
|
||||
binary_suffixes='brk BRK bin BIN'
|
||||
binary_suffixes='brk BRK bin BIN res RES cnv CNV dat DAT icu ICU'
|
||||
data_files='icu/source/data/brkitr/* icu/source/data/locales/* icu/source/data/mappings/* icu/source/data/misc/* icu/source/data/translit/* icu/source/data/unidata/* icu/source/test/testdata/*'
|
||||
|
||||
usage()
|
||||
|
|
Loading…
Add table
Reference in a new issue