diff options
-rw-r--r-- | Build/source/ChangeLog | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index c9e964a598b..d88c98f6f17 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -9,6 +9,10 @@ * tardate.ac: Switch to 2011-04-12. +2011-04-09 Karl Berry <karl@tug.org> + + * Build (MACOSX_DEPLOYMENT_TARGET): no longer needed per koch. + 2011-03-07 Peter Breitenlohner <peb@mppmu.mpg.de> * m4/kpse-common.m4 (KPSE_COMMON): Remove check for diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 8112a9858df..0b08389d4d1 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -51,7 +51,6 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'arphic/gbsnu/' => 1, 'arphic/gkaiu/' => 1, 'gust/poltawski/' => 1, - 'hoekwater/stmaryrd/' => 1, 'nowacki/iwona/' => 1, 'nowacki/kurier/' => 1, 'public/allrunes/' => 1, @@ -109,6 +108,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/rsfs/' => 1, 'public/starfont/' => 1, # reported to author 4oct10 'public/staves/' => 1, + 'public/stmaryrd/' => 1, # blue values not defined, not maintained 'public/tabvar/' => 1, 'public/tex-gyre/' => 1, 'public/txfonts/' => 1, |