diff options
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index cde0dc749a7..c5e82103b6a 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -122,7 +122,7 @@ my @TLP_working = qw( chicago chicago-annote chickenize chkfloat chletter chngcntr chronology chronosys chscite cinzel circ circuitikz - cite citeall cjhebrew cjk cjk-ko cjkpunct + cite citeall cjhebrew cjk cjk-gs-integrate cjk-ko cjkpunct classics classpack classicthesis clearsans clefval cleveref clipboard clock clrscode clrscode3e cm-lgc cm-super cm-unicode diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f7d4637c0e6..c9c35e13104 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1777,6 +1777,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; 'circ', 'latex', 'cirth', 'fonts', 'cjhebrew', 'fonts', + 'cjk-gs-integrate', 'fonts', 'cm-super', 'fonts', 'cmarrows', 'metapost', 'components-of-TeX', 'generic', @@ -2586,6 +2587,7 @@ $standardttf = '\.ttf'; 'bibexport' => 'bibexport\.sh$', 'bundledoc' => '(arlatex|bundledoc)$', 'checkcites' => '\.lua$', + 'cjk-gs-integrate' => '\.pl$', 'convbkmk' => '\.rb$', 'crossrefware' => '\.pl$', 'ctanify' => '^ctanify$', diff --git a/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc b/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc index adc2b28e3cb..09e84f01a2f 100644 --- a/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc @@ -10,6 +10,7 @@ depend collection-basic # depend adobemapping depend c90 +depend cjk-gs-integrate depend cjk depend cjkpunct depend cjkutils |