diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/getmap.tlpsrc | 1 |
2 files changed, 5 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/"); diff --git a/Master/tlpkg/tlpsrc/getmap.tlpsrc b/Master/tlpkg/tlpsrc/getmap.tlpsrc index c4d3d434322..f2f54c62777 100644 --- a/Master/tlpkg/tlpsrc/getmap.tlpsrc +++ b/Master/tlpkg/tlpsrc/getmap.tlpsrc @@ -1 +1,2 @@ binpattern f bin/${ARCH}/getmapdl +binpattern f bin/${ARCH}/gpx2gps |