diff options
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 307d7dbb3ef..5637afb72bc 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -256,7 +256,7 @@ my @TLP_working = qw( rjlparshap rmpage robustcommand robustindex romannum rotating roundbox rsc rsfs rtkinenc rtklage ryethesis - sageep sauerj sauterfonts savefnmark savesym savetrees scale + sageep sansmath sauerj sauterfonts savefnmark savesym savetrees scale scalebar schemabloc scientificpaper sciposter screenplay script sdrt sectionbox sectsty selectp semantic semaphor seminar semioneside seqsplit setspace seuthesis sf298 sffms sfg sfheaders @@ -347,24 +347,33 @@ my @TLP_no_check = ( "gsftopk", # binary "ifluatex", # part of oberdiek "kpathsea", # binary + "latex-bin", # binary "lcdftypetools", # binary "luatex", # binary "makeindex", # binary + "metafont", # binary "metapost", # binary + "mfware", # binary "mltex", # binary "omegaware", # binary "pdftex", # binary "powerdot", # stale generated files on CTAN "synctex", # binary "t1utils", # binary + "tetex", # our sources + "tex", # binary "tex4ht", # binary + "texconfig", # our sources "texdoc", # binary "texinfo", # tl-update-auto "texlive.infra", # binary "texware", # binary "texworks", # binary + "tie", # binary "ttfutils", # binary + "xdvi", # binary "xetex", # binary + "xetexconfig", # our sources ); exit (&main ()); |