diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-11-11 13:08:18 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-11-12 09:17:10 -0700 |
commit | 1a234f2b79fabe425b0df2ff182071f89486689a (patch) | |
tree | 3d48d255e547371f234e0b5de6cb642288da0575 /Makefile.SH | |
parent | 934233d2855a3a5988b252d605690d0f4845c609 (diff) | |
download | perl-1a234f2b79fabe425b0df2ff182071f89486689a.tar.gz |
Add new mktables generated files to makefiles
This step was omitted from commit
0765b2b82b120f4e57571368932aa4863aba62f6
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 22358882c6..19257b0a6f 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -447,6 +447,7 @@ addedbyconf = UU $(shextract) pstruct # Unicode data files generated by mktables unidatafiles = lib/unicore/Decomposition.pl lib/unicore/TestProp.pl \ lib/unicore/CombiningClass.pl lib/unicore/Name.pl \ + lib/unicore/UCD.pl lib/unicore/Name.pm \ lib/unicore/Heavy.pl lib/unicore/mktables.lst # Directories of Unicode data files generated by mktables |