diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-21 22:00:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-21 22:00:53 +0000 |
commit | 26f8c60d721bcd3fe6a0183b9f5ea076f9018293 (patch) | |
tree | fbfd09188328236e0c4b2a6e91210b4a690fde90 /Master/tlpkg | |
parent | 2a74b4e85b56e76205237f78b9b87db928cb1143 (diff) |
pythontex (21jul17)
git-svn-id: svn://tug.org/texlive/trunk@44860 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 1 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 26412f3a4a4..6590c211901 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -744,6 +744,7 @@ my @TLP_no_check = ( "lcdftypetools", # binary "luatex", # binary "makeindex", # binary + "malayalam-latex", # binary "metafont", # binary "metapost", # binary "mex", # gust, requested 2013 diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e198c214469..da1ccac4ecc 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -135,6 +135,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'aurora', "die 'skipping, nocommercial license'", 'auto1', "die 'skipping, nonfree font support'", 'autolatex', "die 'skipping, not self-locating'", + 'autosp', "die 'skipping, awaiting tl18!'", 'autotab', "die 'skipping, noinfo license, latex 2.09'", 'babel-frenchb', "die 'skipping, use babel-french'", 'babel-serbianc', "&MAKEflatten", @@ -763,6 +764,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'mpdinbrief', "die 'skipping, nosell license'", 'mptopdf', "&MAKEcopy", 'msuthesis', "die 'skipping, use msu-thesis'", + 'msu-thesis', "die 'skipping, awaiting next package release'", 'mtp2lite', "die 'skipping, nonfree'", 'mtx', "die 'skipping, pascal musixtex binaries'", 'multibox', "die 'skipping, noinfo license, author deceased'", |