diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 06faa0d213f..0b8102cc1da 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -637,6 +637,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'manfnt-font', "&MAKEflatten", 'manjutex', "die 'skipping, obsolete on CTAN'", #"&MAKEflatten", 'manpage', "die 'skipping, nonfree license'", + 'manual', "die 'skipping, in knuth-lib knuth-local cmextra'", 'mapcodes', "die 'skipping, nosell (old latex) license'", 'maple', "die 'skipping, noinfo license'", 'marigold', "die 'skipping, nonfree font'", @@ -2379,11 +2380,13 @@ $standardmf='[0-9]\.mf'; %specialfoundry = ( - 'berenisadf' => 'arkandis', - 'charter', => 'bitstrea', - 'fc', => 'jknappen', - 'mfpic', => 'metafont', - 'sourcesanspro' => 'adobe', + 'berenisadf' => 'arkandis', + 'charter' => 'bitstrea', + 'fc' => 'jknappen', + 'manfnt-font' => 'hoekwater', + 'mflogo-font' => 'hoekwater', + 'mfpic' => 'metafont', + 'sourcesanspro'=> 'adobe', ); $standardfoundry='public'; |