diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-04 23:47:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-04 23:47:18 +0000 |
commit | 1d5c20dec6c61aebc38aca15080ae3ce635e3d51 (patch) | |
tree | b5fb1967ef5c9e727db9fc757801e5e38a642c70 /Master/tlpkg | |
parent | d21c8109c248c8c6dce8ee23f61c3aa175589c35 (diff) |
xtab.pdf update (4sep09)
git-svn-id: svn://tug.org/texlive/trunk@15114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 f7b8d699c17..11716a92308 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 = "purifyeps|xetexref"; + $erroneous_tds = "purifyeps|xetexref|xtab"; # special packages from latex-tds project (used by prepare()) $corelatex_tds_pkgs = "babel|cyrillic|graphics|latex|psnfss|tools"; |