diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 737813ec892..70de9b8772f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2481,6 +2481,7 @@ $standardxmt='\.xmt'; 'spelling' => '\.lua$', ); + # scripts that should end up in $bindir too. %specialscripts_bin = ( 'a2ping' => '\.pl$', @@ -2505,7 +2506,7 @@ $standardxmt='\.xmt'; 'findhyph' => 'findhyph$', 'fragmaster' => 'fragmaster\.pl$', 'fontools' => '(afm2afm|autoinst|ot2kpx)$', - 'getmap', => 'getmapdl.lua', + 'getmap', => 'getmapdl.lua|gpx2gps', 'installfont' => 'installfont-tl', 'kotex-utils' => '\.pl', 'latex-git-log' => 'latex-git-log$', @@ -3297,7 +3298,8 @@ sub doscripts { # # We need to change this to match texmf_dist_shell_scripts in # linked_scripts/Makefile.am. - next if $s =~ /dtx(file)?gen|latexfileversion|ltxfileinfo|osmimage$/; + next if $s =~ /dtx(file)?gen|gpx2gps/; + next if $s =~ /latexfileversion|ltxfileinfo$/; # if ($s eq "lua2dox_filter") { # handwritten .bat &SYSTEM ("$MV $s.bat $platdir/"); |