diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-17 23:33:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-17 23:33:23 +0000 |
commit | ff3d29766987a0cc86422fb04bb8bf70c348de72 (patch) | |
tree | 94710bf05ee9a6a470d28662b8a2f0c2044d9f3e /Master/tlpkg/bin/tlpkginfo | |
parent | e5619c9120ea12b9a1fefabf441fb2787f70bbcd (diff) |
powerpc-linux update from tschmitz
git-svn-id: svn://tug.org/texlive/trunk@14305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 8ad59397b2a..e3775522ce0 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -18,7 +18,7 @@ sub main # erroneous tds files (warn Robin about them) or problematic (purifyeps). # list format: pkg1|pkg2|etc - $erroneous_tds = "asyfig|elsarticle|purifyeps|tugboat|xetexref"; + $erroneous_tds = "elsarticle|purifyeps"; # special packages from latex-tds project (used by prepare()) $corelatex_tds_pkgs = "babel|cyrillic|graphics|latex|psnfss|tools"; |