summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-26 22:47:50 +0000
committerKarl Berry <karl@freefriends.org>2006-12-26 22:47:50 +0000
commit2ed824aa7851d5246d6f1e97fbd3ddbc99f7fdfe (patch)
tree54a0f3ef0510feb5db62d5c7a339952526cdfe12 /Build
parentfbd058573666f461d6965ee851e623df2c1c440c (diff)
(read_tpm): skip active-header-2006.tex,
meaningless difference. git-svn-id: svn://tug.org/texlive/trunk@2940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/tools/tpm-ctan-check2
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$/;
}
}