summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds15
1 files changed, 5 insertions, 10 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 5c45303ee88..cbbf95292f2 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -255,7 +255,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'clarendo', "die 'skipping, nonfree font'",
'classico', "die 'skipping, nonfree font'",
'clock', "&MAKEflatten",
- 'cluttex', "die 'fixx first, needs tweaking for wrappers'",
'cm', "die 'skipping, frozen'",
'cm-lgc', "&MAKEcmlgc",
'cm-super', "&MAKEflatten",
@@ -2430,6 +2429,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)'
'burmese', '\.pl',
'carlisle', '\.dtx|\.ins|ltxtable\.tex',
'chemarrow', '\.mp|\.vfb',
+ 'cluttex', 'NULL', # keep Makefile wit others
'cmextra', 'NULL',
'concmath-fonts', 'NULL',
'crossword', $standardsource . '|AcrossLite',
@@ -3903,15 +3903,6 @@ sub doscripts {
&SYSTEM ("$MV $s.bat.noMiKTeX $scriptsdir");
# best to have wrapper also, maybe?
- } elsif ($s eq "cluttex.lua") {
- # provided .bat
- &SYSTEM ("$MV bin/cluttex.bat $platdir/");
- # can't use our wrapper, I think, maybe copies will work.
- &SYSTEM ("$CP $platdir/cluttex.bat $platdir/cllualatex.bat");
- &SYSTEM ("$CP $platdir/cluttex.bat $platdir/clxelatex.bat");
- &SYSTEM ("rmdir bin");
- next; # no wrapper
-
} elsif ($s eq "latexindent.pl") {
# provided .exe (made with par::packer)
&SYSTEM ("$MV latexindent.exe $platdir/");
@@ -3933,6 +3924,10 @@ sub doscripts {
if $linkname =~ /^(pdfcrop|epstopdf)/; # r{pdfcrop,epstopdf}.exe
&SYSTEM ("$CP $w32_wrapper $platdir/latexdef.exe")
if $linkname eq "texdef"; # latexdef->texdef
+ if ($linkname eq "cluttex") {
+ &SYSTEM ("$CP $w32_wrapper $platdir/cllualatex.exe");
+ &SYSTEM ("$CP $w32_wrapper $platdir/clxelatex.exe");
+ }
}
}
}