diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-10 22:07:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-10 22:07:25 +0000 |
commit | feaeab65e353b9180ab667a741ee318cea2a231f (patch) | |
tree | fd352c7b7843eb00e5290ec70faaadb32ea1a036 /Master | |
parent | 74f67a5d54a613355ce08a8233455ecdee5aeac2 (diff) |
iwona/kurier now in nowacki supplier; reported to janusz&jacko
git-svn-id: svn://tug.org/texlive/trunk@19641 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index ea333278143..cb43e5ce528 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -15,7 +15,7 @@ # Formats that might be added: # - afm with (afm2pl?) # -# Manuel Pégourié-Gonnard, 2010. WTFPL v2. +# Manuel P\'egouri\'e-Gonnard, 2010. WTFPL v2. use warnings; use File::Basename; @@ -49,6 +49,8 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'arphic/gbsnu/' => 1, 'arphic/gkaiu/' => 1, 'hoekwater/stmaryrd/' => 1, + 'nowacki/iwona/' => 1, + 'nowacki/kurier/' => 1, 'public/allrunes/' => 1, 'public/amsfonts/cm/' => 1, 'public/amsfonts/cmextra/' => 1, @@ -84,10 +86,8 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/gfssolomos/' => 1, 'public/initials/' => 1, 'public/itrans/' => 1, - 'public/iwona/' => 1, 'public/kerkis/' => 1, 'public/kpfonts/' => 1, - 'public/kurier/' => 1, 'public/libertine/' => 1, 'public/linearA/' => 1, 'public/lm/' => 1, |