diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-08 17:37:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-08 17:37:34 +0000 |
commit | d3c9cbd07ebfcf9a89e94f02b80035455070785b (patch) | |
tree | 0ffeb7f9596ab40d7343abd71da1029731981f01 /Master/tlpkg | |
parent | f93b62903a20648ab4328443b88495da81f70909 (diff) |
ctan-o-mat reinstall for windows wrapper
git-svn-id: svn://tug.org/texlive/trunk@51578 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 9 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc | 1 |
2 files changed, 4 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7d17febf26e..c4c72547553 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1293,6 +1293,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'wadalab', "&MAKEwadalab", 'wasy2', "die 'skipping, use wasy'", 'wasy2-ps', "&MAKEflatten", + 'webomints', "die 'skipping, nonfree'", 'win32-emacs-auctex', "die 'skipping, not for us'", 'windycity', "&MAKEflatten", 'winedt', "die 'skipping, nonfree license'", @@ -2984,7 +2985,6 @@ $standardttf = '\.ttf|\.TTC'; 'bib2gls' => '\.jar$', 'changes' => '\.py$', 'cloze' => '\.lua$', - 'ctan-o-mat' => 'ctan-o-mat(|\.pl)$', 'epspdf' => '(epspdf(|\.help|boot|tk)|\.rb|makegray\.pro)$', 'latex2nemeth' => '\.jar$', 'latex-make' => '\.py$', @@ -3028,7 +3028,7 @@ $standardttf = '\.ttf|\.TTC'; 'cluttex' => 'cluttex\.lua$', # moved by prehook. 'convbkmk' => '\.rb$', 'crossrefware' => '\.pl$', - 'ctan-o-mat' => 'ctan-o-mat$', + 'ctan-o-mat' => 'ctan-o-mat\.pl$', 'ctanbib' => 'ctanbib$', 'ctanify' => '^ctanify$', 'ctanupload' => '\.pl$', @@ -3949,8 +3949,7 @@ sub doscripts { &SYSTEM ("$MV latexindent.exe $platdir/"); next; # no wrapper - } elsif ($s eq "lua2dox_filter" # package lua2dox - || $s eq "ctan-o-mat") { # package ctan-o-mat + } elsif ($s eq "lua2dox_filter") { # package lua2dox # handwritten .bat &SYSTEM ("$MV $s.bat $platdir/"); next; # no wrapper @@ -5455,7 +5454,7 @@ sub PREHOOK_concrete { sub PREHOOK_ctan_o_mat { print "PREHOOK_$package - make .1 with pod2man\n"; &prehook_pod2man ("Gerd Neugebauer", "$package.pl"); - &SYSTEM ("$RM $package.pdf"); + #&SYSTEM ("$RM $package.pdf"); } sub PREHOOK_enctex { diff --git a/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc b/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc index 745e64e018f..dca338c719c 100644 --- a/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc +++ b/Master/tlpkg/tlpsrc/ctan-o-mat.tlpsrc @@ -1,2 +1 @@ binpattern f bin/${ARCH}/${PKGNAME} -docpattern +f texmf-dist/doc/man/man1/${PKGNAME}.* |