diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-26 22:47:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-26 22:47:50 +0000 |
commit | 2ed824aa7851d5246d6f1e97fbd3ddbc99f7fdfe (patch) | |
tree | 54a0f3ef0510feb5db62d5c7a339952526cdfe12 | |
parent | fbd058573666f461d6965ee851e623df2c1c440c (diff) |
(read_tpm): skip active-header-2006.tex,
meaningless difference.
git-svn-id: svn://tug.org/texlive/trunk@2940 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/tools/tpm-ctan-check | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 851494f8b64..11be8542df4 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -278,6 +278,8 @@ sub read_tpm chomp; next if m,plain/tugboat,; # have to rely on latex tugboat, # plain tugboat README conflicts + next if m,active-header-2006.tex,; # ctan example conflicts with + # dtx-generated file push (@files, $_) if $_ !~ /\.tpm$/; } } |