diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-23 00:18:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-23 00:18:32 +0000 |
commit | b21bdce6c58c224889030af836f34d96ff1a2131 (patch) | |
tree | 02a70e5e7d0774665066de0f201333e6b2c70cc5 /Master/tlpkg/bin/tlpkginfo | |
parent | a638995999fb20ed70793583d70a92c71f19bd6b (diff) |
lh(fonts) 3.5g (5aug09)
git-svn-id: svn://tug.org/texlive/trunk@14821 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..aa8c635c3af 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 = "boisik|elsarticle|purifyeps"; # special packages from latex-tds project (used by prepare()) $corelatex_tds_pkgs = "babel|cyrillic|graphics|latex|psnfss|tools"; |