diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 230a303d4b9..aa47602baf4 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -325,10 +325,20 @@ my @TLP_working = qw( my @TLP_no_check = ( "afm2pl", # not on CTAN "aleph", # binary + "amscls", # ams confused + "amstex", # ams confused "asymptote", # binary "bibtex", # binary "bibtex8", # binary "ctie", # binary + "dvidvi", # binary + "dvipdfm", # binary + "dvipdfmx", # binary + "dvipng", # binary + "dvipos", # binary + "dvips", # binary + "enctex", # binary + "etex", # binary "fontname", # tl-update-auto "gnu-freefont", # only packed on CTAN "gsftopk", # binary @@ -338,9 +348,12 @@ my @TLP_no_check = ( "metapost", # binary "powerdot", # stale generated files on CTAN "synctex", # binary + "tex4ht", # binary + "texdoc", # binary "texinfo", # tl-update-auto "texlive.infra", # binary "texware", # binary + "ttfutils", # binary "xetex", # binary ); |