diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-04 18:43:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-04 18:43:55 +0000 |
commit | e18a2eaacf3f7f693373313a9778b99881cbf05c (patch) | |
tree | d5ddc78c8a44594418e2deaf2eb76b80c5c8d323 /Master/tlpkg/bin/tlpkginfo | |
parent | ceed7ed3b3a14b79b0cbea5cbc18cd22e7dc9e63 (diff) |
xetexref.tds.zip broken, update from main ctan
git-svn-id: svn://tug.org/texlive/trunk@15096 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 49598411774..f7b8d699c17 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 = "elsarticle|purifyeps"; + $erroneous_tds = "purifyeps|xetexref"; # special packages from latex-tds project (used by prepare()) $corelatex_tds_pkgs = "babel|cyrillic|graphics|latex|psnfss|tools"; |