diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 61c63e452e5..d6eab255e83 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3415,10 +3415,13 @@ sub doscripts { # Windows. If a shell script, skip. Else copy the wrapper. next if $s =~ /\.sh$/ && $s !~ /-sys\.sh$/; # - # We need to change this to match texmf_dist_shell_scripts in - # linked_scripts/Makefile.am. + # Other shell scripts whose names don't end in .sh. We need to + # change this to match texmf_dist_shell_scripts in + # linked_scripts/Makefile.am, or rather read that list. xx next if $s =~ /dtx(file)?gen/; next if $s =~ /latexfileversion|ltxfileinfo$/; + next if $s =~ /pdfbook2/; + next if $package eq "pdfjam"; # if ($s eq "lua2dox_filter") { # handwritten .bat &SYSTEM ("$MV $s.bat $platdir/"); |