diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index aef80284c6c..99c0e09af2f 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -248,6 +248,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'mathexam', "&MAKEflatten", 'mathmode', "&setup", 'mathpazo', "&MAKEmathpazo", + 'matlab', "die 'skipping, requires nonfree matlab'", 'mdwfonts', "die 'skipping, too many tfm duplicates'", 'metaobj', "&MAKEflatten", 'metauml', "&MAKEmetauml", @@ -1117,10 +1118,11 @@ $standarddvi='NULL'; # rely on authors/CTAN making pdf's. # packages which need special MetaPost files -$standardmp='\.mp$'; -%specialmp= ( +$standardmp = '\.mp$'; +%specialmp = ( 'automata', 'automata.mp', # skip example.mp 'bpolynomial', 'bpolynomial.mp', # skip examples.mp + 'dviincl', 'fix.*mp', # skip test-bop.mp 'feynmp', 'feynmp.mp', 'latexmp', 'latexmp.mp', 'mpattern', 'mpattern.mp', # don't install test.mp @@ -1237,8 +1239,10 @@ $standardafm='\.afm'; $standardpfm='\.pfm'; %specialpfm= (); -$standardpfb='\.pfb|\.inf'; -%specialpfb= (); +$standardpfb = '\.pfb|\.inf'; +%specialpfb = ( + 'dviincl' => 'NULL', # skip 0dviincl.inf, is a README +); $standardotf='\.otf'; %specialotf= (); |