diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index a342b0f424f..c475441117c 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -247,7 +247,7 @@ my @TLP_working = qw( ltxdockit ltxindex ltxkeys ltxmisc ltxnew ltxtools lua-alt-getopt lua-visual-debug luabibentry luacode luaindex luainputenc lualatex-doc lualatex-math lualibs luamplib luaotfload - luapersian luasseq luatexbase luatextra + luapersian luasseq luatexbase luatexja luatextra lxfonts ly1 macqassign macros2e mafr magaz magyar mailing mailmerge makebarcode makebox makecell makecirc makecmds makedtx makeglos makeplot diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index a6b44040c42..75b1c5a564b 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -141,6 +141,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'bera', "&MAKEunzipandflatten", 'berenisadf', "&MAKEcopy", 'babeltools', "die 'skipping, use bezos'", + 'bg', "die 'skipping, nonfree license'", 'bgreek', "&MAKEcopy", 'bgteubner', "&MAKEflatten", 'bib2ml', "die 'skipping, no self-locate?, etc.'", @@ -166,7 +167,9 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'booktabs-fr', "&MAKEnosymlinks", 'boondox', "&MAKEcopy", 'borceux', "&MAKEborceux", + 'nrclc', "die 'skipping, requires compilation'", 'bridge', "die 'skipping, latex 2.09'", + 'bsheaders', "die 'skipping, license unstated, ca.2005, await request'", 'burmese', "&MAKEflatten", 'business-research', "die 'skipping, w32 fonts required'", 'c90', "&MAKEc90", @@ -1021,6 +1024,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'latexdiff' => '&POSTlatexdiff', 'latex2e-help-texinfo' => '&POSTlatex2ehelptexinfo', 'lithuanian' => '&POSTlithuanian', + 'luatexja' => '&POSTluatexja', 'montex' => '&POSTmontex', 'niceframe' => '&POSTrmsymlink', 'pedigree-perl' => '&POSTpedigreeperl', @@ -4777,6 +4781,11 @@ sub POSTlithuanian { &SYSTEM ("$MV $DEST/doc/latex/lithuanian/l7xenc.dfu $DEST/tex/latex/lithuanian/"); } +sub POSTluatexja { + die "\t POST$package - move directories around\n"; + &SYSTEM ("$MV"); +} + sub POSTmontex { print "\t POST$package - avoid 00readme case clash\n"; # these files are no longer used in TL. |