diff options
author | Norbert Preining <preining@logic.at> | 2007-11-27 15:58:47 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-27 15:58:47 +0000 |
commit | 50c24844f69fca1984ae2f675a48677e4fed454a (patch) | |
tree | 4c6193d8c81dd03e94cee19e08d1cc0393f41ec5 /Master/tlpkg/bin | |
parent | 68b16a6fb7340a5fe52ce884796726953c45d6e9 (diff) |
fixes to ctan2tds
git-svn-id: svn://tug.org/texlive/trunk@5629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-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', |