diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-04 22:58:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-04 22:58:46 +0000 |
commit | 5fdfd4f530ddfc44ab9e2fcae25f3781eeb87aba (patch) | |
tree | 1c5534d183d9da3b8fa40d58a15e5d31193a0e12 /Master/tlpkg/bin/tlpkg-ctan-check | |
parent | d3ef2ab183e152a8875adbe0d4fd2f519b3b2ed1 (diff) |
xmltexconfig separate package (our files)
git-svn-id: svn://tug.org/texlive/trunk@35743 c570f23f-e606-0410-a88d-b1316a301751
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 ()); |