diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2009-11-24 13:47:37 -0700 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2009-11-25 18:19:21 +0000 |
commit | 3df51b85ce4a56647cf991297e3b51b9dffe4414 (patch) | |
tree | 0f390baed34059c08f5df180af31ba9962ec8faf /Makefile.SH | |
parent | 7c76c2a0d87e7bfac7012fb2b38100addc903e9d (diff) | |
download | perl-3df51b85ce4a56647cf991297e3b51b9dffe4414.tar.gz |
wrap uniprops.t; makefile changes for mktables
Message-ID: <4B0C4744.7080401@khwilliamson.com>
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH index 0f9c18b3bb..6af17bc77d 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -450,8 +450,9 @@ plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \ addedbyconf = UU $(shextract) $(plextract) pstruct # Unicode data files generated by mktables -unidatafiles = lib/unicore/Decomposition.pl \ - lib/unicore/CombiningClass.pl lib/unicore/Name.pl lib/unicore/Heavy.pl +unidatafiles = lib/unicore/Decomposition.pl lib/unicore/TestProp.pl \ + lib/unicore/CombiningClass.pl lib/unicore/Name.pl \ + lib/unicore/Heavy.pl lib/unicore/mktables.lst # Directories of Unicode data files generated by mktables unidatadirs = lib/unicore/To lib/unicore/lib @@ -985,7 +986,7 @@ x2p/s2p: $(MINIPERL_EXE) $(CONFIGPM) $(dynamic_ext) x2p/s2p.PL unidatafiles $(unidatafiles) pod/perluniprops.pod: uni.data uni.data: $(MINIPERL_EXE) $(CONFIGPM) lib/unicore/mktables $(nonxs_ext) - $(MINIPERL) $(Icwd) lib/unicore/mktables -C lib/unicore -P pod -T t/re/uniprops.t -p + $(MINIPERL) $(Icwd) lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p # Commented out so always runs, mktables looks at far more files than we # can in this makefile to decide if needs to run or not # touch uni.data |