diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 91cacfb0937..c53815d65b1 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -650,11 +650,11 @@ my @TLP_no_check = ( "synctex", # binary "t1utils", # binary "tds", # stable, don't worry until next update - "tetex", # our sources + "tetex", # we maintain "tex", # binary "tex-virtual-academy-pl",# GUST, requested 2012 "tex4ht", # binary - "texconfig", # our sources + "texconfig", # we maintain "texdoc", # binary "texinfo", # tl-update-auto "texlive.infra", # binary @@ -670,8 +670,9 @@ my @TLP_no_check = ( "web", # binary "xdvi", # binary "xetex", # binary - "xetexconfig", # our sources + "xetexconfig", # we maintain "xindy", # binary + "xmltexconfig", # we maintain ); exit (&main ()); |