diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-21 01:31:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-21 01:31:45 +0000 |
commit | 5b632ae32732af1b02c125a1b04d44e5236d4a66 (patch) | |
tree | a812032b99e397a06eb5d05d0a777ce420fedf91 /Master/tlpkg/bin/tlpkginfo | |
parent | 7a1ebb879d74c3c2f31e09b204c5b00b14180bbf (diff) |
xetexref update (19jan09)
git-svn-id: svn://tug.org/texlive/trunk@11935 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 bc11d8f3df2..07662ac0369 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -18,7 +18,7 @@ sub main # erroneous tds files (warn Robin about them) # list format: pkg1|pkg2|etc - $erroneous_tds = "bidi|elsarticle|xstring"; + $erroneous_tds = "bidi|elsarticle|xetexref|xstring"; # special packages from latex-tds project (used by prepare()) $corelatex_tds_pkgs = "babel|cyrillic|graphics|latex|psnfss|tools"; |