diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3954db8fdec..cf3e3c085ce 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1128,8 +1128,10 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'frcursive', 'fonts', 'genmisc', 'generic', 'german', 'generic', + 'gfsartemisia', 'fonts', 'gfsbaskerville', 'fonts', 'gfsbodoni', 'fonts', + 'gfscomplutum', 'fonts', 'gfsdidot', 'fonts', 'gfsneohellenic', 'fonts', 'germbib', 'bibtex', @@ -1751,26 +1753,25 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' # that the files were removed. These are checked after runins. %moreclean = ( 'AkkTeX' => 'still to do, sorry', - 'bbcard' => 'bbcard.tpm', - 'chessboard' => 'chessboard.pdf', - 'chessfss' => 'chessfonts_gallery.pdf|chessfss.pdf', + 'bbcard' => 'bbcard.tpm', # old TL infra + 'chessboard' => 'chessboard.pdf', # no source + 'chessfss' => 'chessfonts_gallery.pdf|chessfss.pdf', # no source 'dcpic' => '.*\.pdf', # no source 'din1505' => '(leitbild3|normpatsoft).pdf', # no source 'ecclesiastic' => 'ecclesiastic-sample.pdf', # no source - 'ednotes' => 'perpage.sty', # copy from bigfoot 'easy' => '.*\.pdf|doc.html.tgz', # no source - 'epslatex-fr' => 'R?Danger.eps', # unneeded - 'flacards' => 'flacards.pdf', - 'gfsartemisia' => 'A*Specimen.pdf', # nonfree - 'gfsbaskerville'=> 'B*Specimen.pdf', # nonfree - 'gfsbodoni' => 'B*Specimen.pdf', # nonfree - 'gfscomplutum' => 'C*Specimen.pdf', # nonfree - 'gfsdidot' => '[DO]*Specimen.pdf', # nonfree - 'gfsneohellenic'=> 'N*Specimen.pdf', # nonfree - 'guitbeamer' => 'guitbeamer-de.pdf', + 'ednotes' => 'perpage.sty', # copy from bigfoot + 'epslatex-fr' => 'R?Danger.eps', # unneeded, name clash + 'flacards' => 'flacards.pdf', # no source + 'gfsartemisia' => 'A*Specimen.pdf', # no source + 'gfsbaskerville'=> 'B*Specimen.pdf', # no source + 'gfsbodoni' => 'B*Specimen.pdf', # no source + 'gfscomplutum' => 'C*Specimen.pdf', # no source + 'gfsdidot' => '[DO]*Specimen.pdf', # no source + 'gfsneohellenic'=> 'N*Specimen.pdf', # no source 'jknapltx' => 'ubbold.fd', # clash bbold's Ubbold.fd; sauter bbold fails 'linguex' => 'cgloss4e.sty', # symlink - 'piechartmp' => 'piechartmp.pdf', + 'piechartmp' => 'piechartmp.pdf', # no source 'ptptex' => '(overcite|cite|wrapfig).sty', # duplicated 'stix' => 'STIX_Font_Release_Documentation_2010.pdf', # no source 'stubs' => 'stubs.pdf', # no source |