diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-07 16:51:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-07 16:51:26 +0000 |
commit | 8f90b562b952a727453b13d8316c582285e9a312 (patch) | |
tree | 187ac7c35e636e200e84b280d5e75acb7ed8ea68 /Master/tlpkg | |
parent | ebeab8c052198217ad94c94048c7ee6354f2bbcf (diff) |
japanese 1.3 (8dec07)
git-svn-id: svn://tug.org/texlive/trunk@24533 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index e8df3fcf0f7..08ead485ec8 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -206,7 +206,7 @@ my @TLP_working = qw( ionumbers iopart-num ipaex iso iso10303 isodate isodoc isomath isonums isorot isotope itnumpar iwhdp iwona - jablantile jamtimes japanese + jablantile jamtimes japanese japanese-otf jeopardy jknapltx jlabels jmlr jneurosci jpsj junicode jura juraabbrev jurabib juramisc jurarsp js-misc jvlisting kalender karnaugh kastrup kdgdocs kerkis kerntest 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', |