diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-05 18:10:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-05 18:10:21 +0000 |
commit | bb6f6ff799b72af025baaee9a3057dcddacca14a (patch) | |
tree | 3e1ca61dc00c3cf46a0ef11a0be9aa198e0235aa /Master | |
parent | 9726a0d9c282ec691d3f4ed90f42758860251f85 (diff) |
missed files in patterns, sync
git-svn-id: svn://tug.org/texlive/trunk@62441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/c2lx | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/hitex.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/ptex.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/shtthesis.tlpsrc | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/c2lx b/Master/tlpkg/bin/c2lx index c47efa465bd..aedb2911b56 100755 --- a/Master/tlpkg/bin/c2lx +++ b/Master/tlpkg/bin/c2lx @@ -17,7 +17,7 @@ dirsfile=/tmp/`id -u`.tlplace.dirs cp /dev/null $dirsfile.tmp cp /dev/null /tmp/first -if test "x$1" = xe; then +if test "x$1" = xe || test "x$1" = x2e; then shift; label=l2e pkgs="amsmath cyrillic graphics tools latex firstaid" elif test "x$1" = xdev; then diff --git a/Master/tlpkg/tlpsrc/hitex.tlpsrc b/Master/tlpkg/tlpsrc/hitex.tlpsrc index a3fdf4b35d1..fc54d6bf4c0 100644 --- a/Master/tlpkg/tlpsrc/hitex.tlpsrc +++ b/Master/tlpkg/tlpsrc/hitex.tlpsrc @@ -15,6 +15,7 @@ binpattern f bin/${ARCH}/histretch binpattern f bin/${ARCH}/hitex runpattern d texmf-dist/tex/hitex/base +runpattern d texmf-dist/makeindex/hitex docpattern d texmf-dist/doc/hitex/base docpattern f texmf-dist/doc/man/man1/hishrink.* diff --git a/Master/tlpkg/tlpsrc/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc index b70343ea004..5e026bcfc06 100644 --- a/Master/tlpkg/tlpsrc/ptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc @@ -30,9 +30,11 @@ binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygptexenc*.dll docpattern +f texmf-dist/doc/man/man1/eptex.* docpattern +f texmf-dist/doc/man/man1/makejvf.* docpattern +f texmf-dist/doc/man/man1/mendex.* +docpattern +f texmf-dist/doc/man/man1/pbibtex.* docpattern +f texmf-dist/doc/man/man1/ppltotf.* docpattern +f texmf-dist/doc/man/man1/ptftopl.* docpattern +f texmf-dist/doc/man/man1/ptex.* +docpattern +f texmf-dist/doc/man/man1/upbibtex.* # Runtime files in ptex-base. runpattern +!d texmf-dist/tex/ptex/ptex-base diff --git a/Master/tlpkg/tlpsrc/shtthesis.tlpsrc b/Master/tlpkg/tlpsrc/shtthesis.tlpsrc index e8884206f9a..482debd168b 100644 --- a/Master/tlpkg/tlpsrc/shtthesis.tlpsrc +++ b/Master/tlpkg/tlpsrc/shtthesis.tlpsrc @@ -24,4 +24,3 @@ depend undolabl depend unicode-math depend xits depend xstring - |