summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkg-ctan-check
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-09 18:49:49 +0000
committerKarl Berry <karl@freefriends.org>2008-04-09 18:49:49 +0000
commitfca907b74a1b4bba0630f1f91bf1cda6f9c1aa83 (patch)
tree72a91f4cf1dde50c6a4ecd521782c90859b50a40 /Master/tlpkg/bin/tlpkg-ctan-check
parent271876384ae94c62b4c0c80d258beaf00555ef19 (diff)
mkjobtexmf 0.6 (7apr08)
git-svn-id: svn://tug.org/texlive/trunk@7367 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index a0b4a736395..5dfbf46fd8c 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -220,7 +220,7 @@ sub main
$OPT{"verbose"} = 1;
- if ($ARGV[0] eq "--list-not-treated-tlp") {
+ if ($ARGV[0] eq "--list-not-treated") {
@AllTLP = $tlpdb->list_packages;
my @nottreatedtlp=();
foreach my $b (@AllTLP) {
@@ -234,12 +234,11 @@ sub main
exit 0;
}
# xx read FILES.last7days, determine CTAN changes, map to TL packages
- # xx alternatively, check all tpm's
+ # xx alternatively, check all tlp's, etc. ...
if ($ARGV[0] eq "--check") {
$OPT{"verbose"} = 0;
# xx but for now, just check the few packages we have worked with.
- # xx don't check babel, heiko patched it.
@ARGV = @WorkingTLP;
}