diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 46fc9127ff3..f64977bf7f6 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1221,6 +1221,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'thesis', "die 'skipping, contradictory licenses'", # texdev.net/2016/12/18/tex-on-windows-tex-live-versus-miktex-revisited/ 'thesis-qom', "&MAKEflatten", 'thesis-titlepage-fhAC',"die 'skipping, use ...fhac'", + 'thorshammer', "die 'skipping, adobe required (dps)'", 'thsmc', "die 'skipping, requires nonfree font'", 'ticket', "&MAKEflatten", 'ticollege', "&MAKEflatten", @@ -3181,6 +3182,7 @@ $standardttf = '\.ttf|\.TTC'; 'texliveonfly' => '\.py$', 'texloganalyser' => 'texloganalyser', 'texosquery' => 'texosquery(|-jre[5-9])\.sh$', + 'texplate' => 'texplate\.sh$', 'typeoutfileinfo' => '\.sh$', 'thumbpdf' => '\.pl$', 'tlcockpit' => '\.sh$', @@ -4010,7 +4012,8 @@ sub doscripts { } else { # Windows. If a shell script, usually skip, except for Java # programs. Else copy the wrapper. - if ($s !~ /arara|bib2gls|convertgls2bib|texosquery|tlcockpit/) { + if ($s !~ /arara|bib2gls|convertgls2bib + |texosquery|texplate|tlcockpit/x) { next if $s =~ /\.sh$/ && $s !~ /-sys\.sh$/; } # |