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-check5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 65e0763438b..1d9c0712cf8 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -321,12 +321,17 @@ my @TLP_working = qw(
my @TLP_no_check = (
"afm2pl", # not on CTAN
"aleph", # binary
+ "asymptote", # binary
"bibtex", # binary
"bibtex8", # binary
"fontname", # tl-update-auto
"gnu-freefont", # only packed on CTAN
+ "kpathsea", # binary
"powerdot", # stale generated files on CTAN
"synctex", # binary
+ "texinfo", # tl-update-auto
+ "texlive.infra", # binary
+ "xetex", # binary
);
exit (&main ());