diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langjapanese.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/ptex.tlpsrc | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/uptex-base.tlpsrc | 0 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/uptex.tlpsrc | 5 |
6 files changed, 8 insertions, 7 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 0d3c72d8bea..0b6b74319c3 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -600,7 +600,7 @@ my @TLP_working = qw( units unitsdef universa universalis unravel unswcover uothesis uowthesis uowthesistitlepage upca upmethodology upquote - uptex-fonts + uptex-base uptex-fonts uri url urlbst urcls urwchancal usebib ushort uspatent ut-thesis utf8mex uwmslide uwthesis vak vancouver variations varindex varisize diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index cbff0b4f8af..608eef57921 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1400,6 +1400,7 @@ $standarddest = "texmf-dist"; 'textmerg', 'generic', 'tugboat-plain', 'plain', 'ulem', 'generic', + 'uptex-base', 'uptex', 'utf8mex', 'mex', 'variations', 'generic', 'vaucanson-g', 'generic', @@ -1762,6 +1763,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'undolabl', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide 'universa', '\.fd|uni\.sty', # not unidoc.sty 'upca', '^upca\.tex', + 'uptex-base', '\.(ini|src|tex)$', 'url', '^[^m].*\.sty', # not miscdoc.sty 'utf8mex', '^utf8.*\.(ini|tex)', 'variations', '^variations\.tex|' . $standardtex, # not docvariations.tex @@ -2013,6 +2015,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'txfontsb', 'fonts', 'ulem', 'generic', 'universa', 'fonts', + 'uptex-base', 'uptex', 'utf8mex', 'mex', 'vancouver', 'bibtex', 'variations', 'generic', diff --git a/Master/tlpkg/tlpsrc/collection-langjapanese.tlpsrc b/Master/tlpkg/tlpsrc/collection-langjapanese.tlpsrc index c3b93670b68..d12cd4ee2b1 100644 --- a/Master/tlpkg/tlpsrc/collection-langjapanese.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langjapanese.tlpsrc @@ -26,6 +26,7 @@ depend pxcjkcat depend pxjahyper depend pxrubrica depend uptex +depend uptex-base depend uptex-fonts depend wadalab depend zxjafbfont diff --git a/Master/tlpkg/tlpsrc/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc index 47d04ec0011..ff04a9a404e 100644 --- a/Master/tlpkg/tlpsrc/ptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc @@ -48,10 +48,10 @@ srcpattern +d texmf-dist/source/platex/base docpattern +f texmf-dist/doc/man/man1/mendex.* -# pbibtex-base exceptions: +# pbibtex-base excludes: docpattern +!d texmf-dist/doc/ptex/pbibtex -# ptex-fonts exceptions: +# ptex-fonts excludes: runpattern +!d texmf-dist/fonts/tfm/ptex runpattern +!d texmf-dist/fonts/vf/ptex runpattern +!d texmf-dist/fonts/source/ptex diff --git a/Master/tlpkg/tlpsrc/uptex-base.tlpsrc b/Master/tlpkg/tlpsrc/uptex-base.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/uptex-base.tlpsrc diff --git a/Master/tlpkg/tlpsrc/uptex.tlpsrc b/Master/tlpkg/tlpsrc/uptex.tlpsrc index 723ca258582..9051ea512d5 100644 --- a/Master/tlpkg/tlpsrc/uptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/uptex.tlpsrc @@ -6,6 +6,7 @@ depend japanese depend japanese-otf depend latex depend ptex +depend uptex-base depend uptex-fonts tlpsetvar fmtcomm cm,hyphen-base,uptex @@ -36,17 +37,13 @@ binpattern f bin/${ARCH}/wovp2ovf # not built now #binpattern f bin/${ARCH}/upmetapost # -runpattern d texmf-dist/tex/uptex/base -runpattern d texmf-dist/tex/uptex/config runpattern d texmf-dist/tex/uplatex/base runpattern d texmf-dist/tex/uplatex/config # srcpattern +d texmf-dist/source/uplatex/base -srcpattern +d texmf-dist/source/fonts/uptex # docpattern +d texmf-dist/doc/uplatex/base docpattern +d texmf-dist/doc/upmendex -docpattern +d texmf-dist/doc/uptex/base # uptex-fonts excludes: runpattern +!d texmf-dist/fonts/tfm/uptex |