diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 4bd86995342..67cf10a7b5d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -489,7 +489,7 @@ $Master = "$mydir/../.."; 'pl', "die 'skipping, not ready, cf. cc-pl, sorry", 'pl-qx', "&MAKEplqx", 'pointRuler', "die 'skipping, requires compilation'", - 'poster', "die 'skipping, nonfree license'", + 'poster', "die 'skipping, requires compilation'", 'powerdot', '&MAKEflatten', 'prerex', "die 'skipping, needs compilation'", 'preview-latex',"die 'skipping, use preview'", @@ -935,6 +935,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'placeins-plain', 'placeins.tex', 'plgraph', '\.tex', 'plnfss', '\.tex|\.pfd', + 'poster-mac', 'poster\.tex|' . $standardtex, 'powerdot', '\.ps|' . $standardtex, 'ppchtex', 'm.*tex|m.*sty', 'prosper', '\.ps|\.eps|\.sty|\.cls', |