summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-08 17:37:34 +0000
committerKarl Berry <karl@freefriends.org>2019-07-08 17:37:34 +0000
commitd3c9cbd07ebfcf9a89e94f02b80035455070785b (patch)
tree0ffeb7f9596ab40d7343abd71da1029731981f01 /Master/tlpkg/libexec
parentf93b62903a20648ab4328443b88495da81f70909 (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/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
1 files changed, 4 insertions, 5 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 {