diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-21 00:11:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-21 00:11:25 +0000 |
commit | d9f5a5131fb0cfb832aae5a84134d428232c429f (patch) | |
tree | b16be2a22b85f2ee4ba9647ce03543fed6726d01 /Master/tlpkg | |
parent | 81781d2e64885d4f4878ffb2bc2309a165888292 (diff) |
latex-fonts non-update
git-svn-id: svn://tug.org/texlive/trunk@28888 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index b520af2dc82..e840846420c 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -232,7 +232,7 @@ my @TLP_working = qw( l2picfaq l2tabu l2tabu-english l2tabu-french l2tabu-italian l2tabu-spanish l3kernel l3packages l3experimental labbook labelcas labels langcode lapdf lastpage - latex latex-bib-ex latex-course latex-doc-ptr + latex latex-bib-ex latex-course latex-doc-ptr latex-fonts latex-graphics-companion latex-web-companion latex-notes-zh-cn latex-referenz latex-tabellen latex-tds latex-veryshortguide @@ -539,6 +539,7 @@ my @TLP_no_check = ( "patgen", # binary "pdftex", # binary "pdftools", # binary + "pdfwin", # not on CTAN, too old to worry about "powerdot", # stale generated files on CTAN "ps2pkm", # binary "pst-ghsb", # not on CTAN, replaced by pst-slpe, keep for compat diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 55d1981180d..4dfe0b69ffa 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -511,6 +511,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'labtable', "die 'skipping, nonfree w32 application'", 'lastbib', "die 'skipping, nonfree'", 'latex_maker', "die 'skipping, ruby'", + 'latex-fonts', "&MAKEflatten", 'latex-help-texinfo', "die 'skipping, use latex2e-help-texinfo'", 'latex-make', "die 'skipping, subprograms seem problematic'", 'latex-pro-pragmatiky', "die 'skipping, no source'", |