diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-18 22:31:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-18 22:31:15 +0000 |
commit | 0970cba8aa8e3b29c31184e9861f8dda14c08cc9 (patch) | |
tree | f0f965f40482b71a41d2a58636ab2b3e474e167d /Master/tlpkg/libexec | |
parent | 9422fc520291ceb7eb36aaacb2b97c08bdb02c9e (diff) |
getmap (18aug14)
git-svn-id: svn://tug.org/texlive/trunk@34970 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 35c0be5f08f..610b56dc216 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2505,7 +2505,7 @@ $standardxmt='\.xmt'; 'findhyph' => 'findhyph$', 'fragmaster' => 'fragmaster\.pl$', 'fontools' => '(afm2afm|autoinst|ot2kpx)$', - 'getmap', => 'getmapdl.lua|gpx2gps', + 'getmap', => 'getmapdl.lua', 'installfont' => 'installfont-tl', 'kotex-utils' => '\.pl', 'latex-git-log' => 'latex-git-log$', @@ -3297,7 +3297,7 @@ sub doscripts { # # We need to change this to match texmf_dist_shell_scripts in # linked_scripts/Makefile.am. - next if $s =~ /dtx(file)?gen|gpx2gps/; + next if $s =~ /dtx(file)?gen/; next if $s =~ /latexfileversion|ltxfileinfo$/; # if ($s eq "lua2dox_filter") { # handwritten .bat |