summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
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
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')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 05989ee8c4b..2424fc6633a 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -191,7 +191,7 @@ my @WorkingTLP = qw(
pst-sigsys pst-solides3d pst-soroban pst-spectra
pst-slpe pst-stru pst-support pst-text pst-tree pst-uml pst-vue3d
pst2pdf pstool pstricks pstricks-add
- psu-thesis ptptex pxfonts
+ psu-thesis ptptex purifyeps pxfonts
qcm qobitree qstest qtree quotmark
r_und_s randbild rccol rcs rcsinfo recipe recipecard
refman refstyle regcount register resumemac robustcommand
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";