diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-03 16:50:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-03 16:50:23 +0000 |
commit | 9935e94e9e8ba76f4872122b09a49752c54d1947 (patch) | |
tree | 94a7cbcf33e4cd63239d87de42b48fc1c789059b /Master/tlpkg/bin | |
parent | a205aa5923f85096449cfed612c4b0150edc9b16 (diff) |
ptex-manual
git-svn-id: svn://tug.org/texlive/trunk@53007 c570f23f-e606-0410-a88d-b1316a301751
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 ()); |