diff options
Diffstat (limited to 'Build/tools/tpm-ctan-check')
-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$/; } } |