diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-31 17:37:39 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-31 17:37:39 +0000 |
commit | f6b5ab0af6b940fc3264506cd6b91e2746c9911e (patch) | |
tree | a0bca036106ee4816fe2e9b204f7d966dfe0d18b /Master/tlpkg/TeXLive | |
parent | 3dee582d43c4a4913a3afed4cab3caaaf825badb (diff) |
Remove addLuaMap support and usage, not needed any more.
(Undo commits 18217, 18214 and 18212.)
git-svn-id: svn://tug.org/texlive/trunk@18651 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 5 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index 327db379b47..a030f7bd53f 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -782,11 +782,6 @@ enables the font map file I<font>C<.map> in the C<updmap.cfg> file. enables the font map file I<font>C<.map> for Mixed mode in the C<updmap.cfg> file. -=item C<execute addLuaMap> - -triggers a call to mkluatexfontdb-sys (if available) which updates -the font cache for luatex. - =item C<execute AddHyphen name=I<texlang> file=I<file> [I<var>...]> activates the hyphenation pattern with name I<texlang> and load the file diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 6c63a8da3c8..3658689b808 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1746,8 +1746,6 @@ sub announce_execute_actions { foreach my $e ($tlp->executes) { if ($e =~ m/^add((Mixed)?Map)\s+([^\s]+)\s*$/) { $::execute_actions{$type}{'maps'}{$3} = "$1"; - } elsif ($e =~ m/^addLuaMap\s*$/) { - $::execute_actions{$type}{'luamaps'}{'run'} = 1; } elsif ($e =~ m/^AddFormat\s+(.*)\s*$/) { my %r = TeXLive::TLUtils::parse_AddFormat_line("$1"); if (defined($r{"error"})) { |