summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-23 01:03:54 +0000
committerKarl Berry <karl@freefriends.org>2009-03-23 01:03:54 +0000
commit0d7813a806f9173dbe362878550169f0cad356aa (patch)
tree026ef4b5b337e6b720b9b7e04418e7f2be4c6cc6 /Master/tlpkg/bin/tlpkginfo
parentaf7d5f20724c4c7556806a2aa71f169789c599af (diff)
new (old) script purifyeps
git-svn-id: svn://tug.org/texlive/trunk@12489 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index faeabdc3838..ab37221ca84 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -16,9 +16,9 @@ sub main
|| die "$0: TEX_CATALOGUE ($CATALOGUE) must point to entries/ subdir"
. " of a TeX Catalogue checkout.\n";
- # erroneous tds files (warn Robin about them)
+ # erroneous tds files (warn Robin about them) or problematic (purifyeps).
# list format: pkg1|pkg2|etc
- $erroneous_tds = "elsarticle|xetexref";
+ $erroneous_tds = "elsarticle|purifyeps|xetexref";
# special packages from latex-tds project (used by prepare())
$corelatex_tds_pkgs = "babel|cyrillic|graphics|latex|psnfss|tools";