summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkg-ctan-check
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 80c3fe793e0..bc37ec7cadb 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -227,7 +227,8 @@ my @TLP_working = qw(
l2picfaq l2tabu l2tabu-english l2tabu-french l2tabu-italian l2tabu-spanish
l3kernel l3packages l3experimental
labbook labelcas labels lapdf lastpage
- latex latex-bib-ex latex-course latex-doc-ptr latex-notes-zh-cn
+ latex latex-bib-ex latex-course latex-doc-ptr
+ latex-graphics-companion latex-notes-zh-cn
latex-referenz latex-tabellen
latex-tds latex-veryshortguide
latex2e-help-texinfo latex2e-help-texinfo-spanish latex2man
@@ -644,6 +645,11 @@ sub do_tlp {
# all we have to compare.
next if $file =~ /\.pdf$/ && $file !~ /short|mathdesign/;
+ # tlc2.err in TL is stale right now. I don't understand,
+ # but anyway, not worth updating the package just for this.
+ # Get right at the next latex update. --karl, 27aug12.
+ next if $file eq "tlc2.err";
+
# Lowercase readme wrongly matched against uppercase README in musixtex.
next if $basefile eq "readme";