summaryrefslogtreecommitdiff
path: root/Admin/gen-uni-tables
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-31 19:41:25 +0100
committerBruno Haible <bruno@clisp.org>2021-12-31 19:41:25 +0100
commita051c863a4d82ccad43f28a985bfcc4e30c9dfce (patch)
tree33aab4cf78660240be987fdc2e2995c035d15568 /Admin/gen-uni-tables
parenta61e78d8edc1beeeeb0c0818eb96ca8d09592296 (diff)
downloadlibunistring-a051c863a4d82ccad43f28a985bfcc4e30c9dfce.tar.gz
Update maintainer instructions and scripts.
Diffstat (limited to 'Admin/gen-uni-tables')
-rwxr-xr-xAdmin/gen-uni-tables7
1 files changed, 4 insertions, 3 deletions
diff --git a/Admin/gen-uni-tables b/Admin/gen-uni-tables
index c75ba9e..d86787a 100755
--- a/Admin/gen-uni-tables
+++ b/Admin/gen-uni-tables
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2015-2018 Free Software Foundation, Inc.
+# Copyright (C) 2015-2021 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -106,6 +106,7 @@ ver=`sed -n -e 's/.*Version \([0-9.]*\).*/\1/p' < "$UCD/ReadMe.txt"`
&& "$tmp/gen-uni-tables" "$UCD/UnicodeData.txt" \
"$UCD/PropList.txt" \
"$UCD/DerivedCoreProperties.txt" \
+ "$UCD/emoji/emoji-data.txt" \
"$UCD/ArabicShaping.txt" \
"$UCD/Scripts.txt" \
"$UCD/Blocks.txt" \
@@ -131,8 +132,8 @@ ver=`sed -n -e 's/.*Version \([0-9.]*\).*/\1/p' < "$UCD/ReadMe.txt"`
# Copy necessary files from UCD
for dstfile in "$GNULIB_SRCDIR/tests/uninorm/NormalizationTest.txt" \
- "$GNULIB_SRCDIR/tests/uniwbrk/WordBreakTest.txt" \
- "$GNULIB_SRCDIR/tests/unigbrk/GraphemeBreakTest.txt" ; do
+ "$GNULIB_SRCDIR/tests/uniwbrk/WordBreakTest.txt" \
+ "$GNULIB_SRCDIR/tests/unigbrk/GraphemeBreakTest.txt" ; do
srcfile=`expr "$dstfile" : '.*/\(.*\)'`
if test -f "$UCD/$srcfile"; then
srcfile="$UCD/$srcfile"