summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index ac786f2759f..06272d2ca7c 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -783,8 +783,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'pigpen', "&MAKEflatten",
'pinlabel', "&MAKEnosymlinks",
'pitthesis', "die 'skipping, noinfo license",
-# 'pl', "&MAKEflatten",
- 'pl', "die 'skipping, many files missing from ctan",
+ 'pl', "&MAKEflatten",
'plain', "die 'skipping, just plain.tex, rest in knuth-lib",
'pl-qx', "&MAKEplqx",
'pointRuler', "die 'skipping, requires compilation'",
@@ -2396,6 +2395,7 @@ $standardmf='[0-9]\.mf';
'morse', 'morse10.mf|morse.def',
'niceframe', 'karta15\.mf|umrand[ab]\.mf', # not bbding or dingbat
'ogham', 'ogham\.mf',
+ 'pl', 'NULL',
'skak', 'skak.*[0-9].*\.mf',
'tengwar', 'tengwar\.mf',
'umrand', 'umrand[ab]\.mf',
@@ -2424,6 +2424,7 @@ $standardmfinstall = '\.mf$';
'ibygrk' => 'ibycus4\.map', # tex|mf source
'ifsym' => $standardmfinstall . '|\.gen',
'niceframe', => '(karta|umrand).*\.mf', # not bbding or dingbat
+ 'pl' => '\.mf', # include .mft
'tipa' => $standardmfinstall . '|[^c]\.def$',
'wnri' => $standardmfinstall . '|wnindic\.map',# mf source
);
@@ -2438,6 +2439,7 @@ $standardpro='\.pro$';
'epspdf' => 'NULL', # makegray.pro goes in scripts
'esint-type1' => 'config.esint',
'initials' => 'config.*',
+ 'pl' => 'config.*',
'pspicture' => 'pspicture.ps',
'tex-ps' => 'mirr.hd',
'zefonts' => 'slantcm.cfg',