diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 629fbf726d1..b34da634209 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -415,7 +415,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'itrans-processor', "die 'skipping, no longer maintained, too complex'", 'iwona', "&MAKEcopy", 'jadetex', "&MAKEjadetex", - 'japanese', "die 'skipping, requires ptex'", 'jasthesis', "die 'skipping, license is unknown'", 'javadoc', "die 'skipping, requires java and no source'", 'jflap2tikz', "die 'skipping, requires java'", @@ -1026,6 +1025,7 @@ $standarddest = "texmf-dist"; 'iftex', 'generic', 'ifxetex', 'generic', 'jadetex', 'jadetex', + 'japanese', 'platex', 'levy', 'generic', # one .sty, one .tex 'mathabx', 'generic', 'mathdots', 'generic', @@ -1429,6 +1429,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'iopart-num', 'bibtex', 'jablantile', 'fonts', 'jadetex', 'jadetex', + 'japanese', 'platex', 'junicode', 'fonts', 'kixfont', 'fonts', 'knitting', 'fonts', @@ -1590,6 +1591,7 @@ $standarddocfmt='latex'; 'hfoldsty', 'fonts', 'hyphenex', 'generic', 'jadetex', 'jadetex', + 'japanese', 'platex', 'kixfont', 'fonts', 'kpfonts', 'fonts', 'latexmp', 'metapost', @@ -1768,6 +1770,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'graphics-pln' => "env TEXINPUTS=$Master/texmf-dist/source/latex/base: latex", 'hrlatex' => 'latex', # requires interaction 'isodoc' => 'latex', # requires interaction + 'japanese', => 'platex', 'kdgdocs' => 'latex', # requires interaction 'labelcas' => 'latex', # requires interaction 'lastpage' => 'tex', |