diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-22 23:37:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-22 23:37:39 +0000 |
commit | 3c0cf125d1f03a951969d0a9fa45d53e61674547 (patch) | |
tree | 8f50624c8091afe50ea63f70add989e6563e063a /Master/tlpkg | |
parent | d7950db5146cfdf45495a13a01a28e57e5fee710 (diff) |
combine 0.7 (22mar10)
git-svn-id: svn://tug.org/texlive/trunk@17531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 65e0763438b..1d9c0712cf8 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -321,12 +321,17 @@ my @TLP_working = qw( my @TLP_no_check = ( "afm2pl", # not on CTAN "aleph", # binary + "asymptote", # binary "bibtex", # binary "bibtex8", # binary "fontname", # tl-update-auto "gnu-freefont", # only packed on CTAN + "kpathsea", # binary "powerdot", # stale generated files on CTAN "synctex", # binary + "texinfo", # tl-update-auto + "texlive.infra", # binary + "xetex", # binary ); exit (&main ()); |