diff options
author | Norbert Preining <preining@logic.at> | 2011-10-23 23:39:48 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2011-10-23 23:39:48 +0000 |
commit | a7ddc7becd08ba2a963e8f11ebef960efed7d43b (patch) | |
tree | 44caad0082ebb853080be101e4d578d318c1f81d /Master/tlpkg/TeXLive | |
parent | bdbc65f6c67a5a2bb41c7888c746eb3313e15884 (diff) |
first step to get support for KanjiMap into TL, add the ability
to deal with KanjiMap to tlmgr and tl infra, trivial changes
git-svn-id: svn://tug.org/texlive/trunk@24376 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 2af7b8d65fb..c3350946789 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1859,7 +1859,7 @@ sub announce_execute_actions { } $what = "map format hyphen" if (!defined($what)); foreach my $e ($tlp->executes) { - if ($e =~ m/^add((Mixed)?Map)\s+([^\s]+)\s*$/) { + if ($e =~ m/^add((Mixed|Kanji)?Map)\s+([^\s]+)\s*$/) { # save the refs as we have another =~ grep in the following lines my $a = $1; my $b = $3; |