diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-binextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/dtxgen.tlpsrc | 1 |
4 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index c1093e78e12..3501843aaa3 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -139,7 +139,7 @@ my @TLP_working = qw( dosepsbin dot2texi dotarrow dotseqn dottex doublestroke dowith dox dozenal dpfloat dprogress drac draftcopy draftwatermark dramatist dratex drawstack droid droit-fr drs drv - dtk dtxgallery + dtk dtxgallery dtxgen dtxtut duerer duerer-latex duotenzor dutchcal dvdcoll dviasm dviincl dvipdfmx-def dvipsconfig dynblocks dyntree 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"); # diff --git a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc index c5cd7003497..df0f2503de6 100644 --- a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc @@ -20,6 +20,7 @@ depend cweb depend de-macro depend detex depend dtl +depend dtxgen depend dvi2tty depend dviasm depend dvicopy diff --git a/Master/tlpkg/tlpsrc/dtxgen.tlpsrc b/Master/tlpkg/tlpsrc/dtxgen.tlpsrc new file mode 100644 index 00000000000..dca338c719c --- /dev/null +++ b/Master/tlpkg/tlpsrc/dtxgen.tlpsrc @@ -0,0 +1 @@ +binpattern f bin/${ARCH}/${PKGNAME} |