summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-05-28 21:46:04 +0000
committerKarl Berry <karl@freefriends.org>2006-05-28 21:46:04 +0000
commit93ce74b7c7168e00ab65c8543563fa0188deebf5 (patch)
tree0b66231a405e212597de97bedccb0b82d88939fd /Build
parentfb0dfe6483892ebbb2485eda32eb574ac9172e1b (diff)
check tugboat
git-svn-id: svn://tug.org/texlive/trunk@1605 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/tools/tpm-ctan-check7
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check
index 6ecee08e56f..75603d09c7e 100755
--- a/Build/tools/tpm-ctan-check
+++ b/Build/tools/tpm-ctan-check
@@ -71,7 +71,8 @@ sub main
"subfig", "sudoku", "svninfo",
"tabulary", "talk", "tamethebeast", "tex-refs", "texshade",
"textcase", "textpos", "thumbpdf", "bin-thumbpdf",
- "titlesec", "tokenizer", "totpages", "trajan", "twoup",
+ "titlesec", "tokenizer", "totpages", "trajan", "tugboat",
+ "twoup",
"verse", "vhistory", "volumes",
"wrapfig",
"xcolor", "xkeyval"
@@ -190,11 +191,13 @@ sub read_tpm
}
if ($collecting) {
chomp;
+ next if m,plain/tugboat,; # have to rely on latex tugboat,
+ # plain tugboat README conflicts
push (@files, $_) if $_ !~ /\.tpm$/;
}
}
close (TPM) || warn "close($tpm) failed: $!\n";
-
+
warn "$tpm: no files found\n" if ! @files; # probably misparsed the tpm
$ret{"files"} = \@files;