summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-03 16:39:37 +0000
committerKarl Berry <karl@freefriends.org>2011-12-03 16:39:37 +0000
commit835549196c0597dde1a18659e81d454362c197d2 (patch)
tree4ea4891cb88488486480574cc2afd196341ab000 /Master/tlpkg
parent020dc32381060046058d544a5b590d68f7d30449 (diff)
pst-eucl (16nov11)
git-svn-id: svn://tug.org/texlive/trunk@24734 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index e1d56d45904..5dbf4aab9b9 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -15,11 +15,10 @@ sub main {
|| die "$0: TEX_CATALOGUE ($CATALOGUE) must point to entries/ subdir"
. " of a TeX Catalogue checkout.\n";
- # erroneous or problematic tds files (warn Robin about them)
- # list format: pkg1|pkg2|etc
+ # erroneous or problematic tds files (when new, tell RobinF and author)
$erroneous_tds = join ("|",
qw(engpron imtekda spanish thailatex titleps),
- qw(lastpage papermas papertex undolabl));
+ );
# Heiko's tds files (don't propagate through CTAN fast enough).
$oberdiek_tds = "hyperref|oberdiek";