diff options
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index ae4cc98d011..744308f96e9 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -841,6 +841,8 @@ my @TLP_no_check = ( "latexconfig", # we maintain "lcdftypetools", # binary "luatex", # binary + "luahbtex", # binary + "luajittex", # binary "makeindex", # binary "malayalam-latex", # binary "metafont", # binary @@ -854,7 +856,7 @@ my @TLP_no_check = ( "otibet", # not on ctan, too old to worry about "patgen", # binary "pdftex", # binary - "pdftools", # binary + "pdftosrc", # binary "pdfwin", # not on ctan, too old to worry about "plain", # mostly our .ini files, plus well-known plain.tex "powerdot", # stale generated files on ctan @@ -896,6 +898,7 @@ my @TLP_no_check = ( "xetexconfig", # we maintain "xindy", # binary "xmltexconfig", # we maintain + "xpdfopen", # binary ); exit (&main ()); |