diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-12 21:41:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-12 21:41:30 +0000 |
commit | ca4c4b70f17ec42f8267024b244a185769efd9d1 (patch) | |
tree | aef1aa9175fb3421c081a891378b6fab369e1648 /Master/tlpkg | |
parent | 666535e53fe160d45e038feb00c7d348809d9a6e (diff) |
getmap (12aug14)
git-svn-id: svn://tug.org/texlive/trunk@34917 c570f23f-e606-0410-a88d-b1316a301751
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 |