summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-12-21 20:56:12 +0000
committerKarl Berry <karl@freefriends.org>2022-12-21 20:56:12 +0000
commitf2028173fc0a610b4a0c6223d05c5db49a7a5770 (patch)
tree1a72540546474d8c79b89569751ecdc542df629a /Master/tlpkg/libexec
parent276f0d2d16de46cdbe5f71560ea806531260d1eb (diff)
xput (19dec22)
git-svn-id: svn://tug.org/texlive/trunk@65325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index af1bbdc82bd..07f23dee531 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3529,6 +3529,7 @@ $standardttf = '\.ttf|\.TTC';
'tex4ebook' => '\.lua$',
'texosquery' => '\.jar$',
'tlcockpit' => '\.jar$',
+ 'xput' => 'xput$',
);
@@ -3663,6 +3664,7 @@ $standardttf = '\.ttf|\.TTC';
'wordcount' => '\.sh$',
'wheretotrim' => '\.pl$',
'xindex' => 'xindex\.lua$',
+ 'xput' => 'xputserver$',
'yplan' => 'yplan$',
);
@@ -4548,6 +4550,7 @@ sub doscripts {
next if $s =~ /dtx(file)?gen/;
next if $s =~ /(git-latexdiff|latexfileversion|ltxfileinfo)$/;
next if $s =~ /pdf(book2|xup)/;
+ next if $package eq "xput";
next if $package eq "pdfjam";
next if $package eq "pdftex-quiet";
next if $package eq "tikztosvg";