diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-12 15:53:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-12 15:53:55 +0000 |
commit | 43e2e31c6c50260cce588637b892ab1b6c0ee743 (patch) | |
tree | d2a6106fcda7e901bd8632d60cadd87a691a9e5b /Master/tlpkg/bin | |
parent | 65f11c0ce41fc14ab77041de84529039b07a98ac (diff) |
tl12 preliminaries
git-svn-id: svn://tug.org/texlive/trunk@26312 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 1 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 4f567ded087..81a75c89af2 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -102,6 +102,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/marvosym/' => 1, 'public/mathpazo/' => 1, 'public/musixtex-fonts/' => 1, # 2nov11 wrote tennent --karl + 'public/newtx/' => 1, # 12may12 author will fix in next release 'public/ocherokee/' => 1, 'public/oinuit/' => 1, 'public/omega/' => 1, diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index f04ecfd0579..c8b9d6460f1 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright 2008, 2009, 2010, 2011 Norbert Preining +# Copyright 2008, 2009, 2010, 2011, 2012 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # |