summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-17 22:31:04 +0000
committerKarl Berry <karl@freefriends.org>2020-01-17 22:31:04 +0000
commit212508b1290d1456481d21d128b839d6d22d8f94 (patch)
treec39df881107e04ecfddf4895e2430758b73428c4 /Master/tlpkg/libexec/ctan2tds
parentd617d6d33cf75f9a3df502b0d4b527ed53ddee5a (diff)
texplate (17jan20)
git-svn-id: svn://tug.org/texlive/trunk@53444 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
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$/;
}
#