diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 897b8da6640..0b9f360efac 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1033,6 +1033,7 @@ $standarddvi='NULL'; # let's try relying on authors uploading pdf's. $standardmp='\.mp$'; %specialmp= ( 'automata', 'automata.mp', # skip example.mp + 'bpolynomial', 'bpolynomial.mp', # skip examples.mp 'feynmp', 'feynmp.mp', 'latexmp', 'latexmp.mp', 'mpattern', 'mpattern.mp', # don't install test.mp @@ -1177,6 +1178,7 @@ $cleanpatt='\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot|\.bbl|\.blg|\ 'minitoc' => 'minitoc-texmf.zip', # should just use it, actually 'AkkTeX' => 'still to do', 'pinlabel' => 'pinlabdoc.pdf', + 'piechartmp' => 'piechartmp.pdf', 'Susy' => 'susy.pdf', 'stubs' => 'stubs.pdf', 'pst-asr' => 'pst-asr-doc.pdf', |