summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index f5250c38496..4435d481edb 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2287,6 +2287,7 @@ $standardxmt='\.xmt';
'ctanupload' => '\.pl$',
'de-macro' => 'de-macro',
'dosepsbin' => 'dosepsbin\.pl$',
+ 'dtxgen' => 'dtxgen$',
'dviasm' => '\.py$',
'ebong' => '\.py$',
'epstopdf' => 'epstopdf\.pl', # doscripts() does r*
@@ -3032,6 +3033,9 @@ sub doscripts {
} else {
# Windows. If a shell script, skip. Else copy the wrapper.
next if $s =~ /\.sh$|lua2dox/ && $s !~ /-sys\.sh$/;
+ # should really match texmf_dist_shell_scripts in
+ # linked_scripts/Makefile.am.
+ next if $s =~ /dtxfilegen|ltxfileinfo/;
my $w32_wrapper = "$Build/$build_tldir/w32_wrapper/runscript.exe";
&SYSTEM ("$CP $w32_wrapper $platdir/$linkname.exe");
#