summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-27 17:19:23 +0000
committerKarl Berry <karl@freefriends.org>2024-02-27 17:19:23 +0000
commitc955fb79c8b53b603678f03d914bd4064c26fc9f (patch)
tree2c56d6300424d5c423fcd0393ca537bccd5a421c /Master/tlpkg
parentfe1173da4f44aee13af591a7182a9194ab86db5a (diff)
context-legacy updates to include the stubs; repoint symlinks
git-svn-id: svn://tug.org/texlive/trunk@70192 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/tlpsrc/context-texlive.tlpsrc15
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/tlpkg/tlpsrc/context-texlive.tlpsrc b/Master/tlpkg/tlpsrc/context-texlive.tlpsrc
index 5f22c8dcc45..5e969e3e8ef 100644
--- a/Master/tlpkg/tlpsrc/context-texlive.tlpsrc
+++ b/Master/tlpkg/tlpsrc/context-texlive.tlpsrc
@@ -2,15 +2,16 @@ shortdesc TeX Live-specific helpers for ConTeXt (caches, papersize)
longdesc The files are in the directory texmf-dist/tex/context/texlive.
runpattern d texmf-dist/tex/context/texlive
-# these point to stubs, which were handwritten by us, hence include both
+# These point to stubs, which were handwritten by us, hence include both
# the stubs (under the dir above) and the executable links here.
+# It seems harmless to include these even when luametatex itself
+# isn't available for a given platform; they won't do anything, but it
+# saves us having to list the same platform omissions as in context.tlpsrc.
binpattern f bin/${ARCH}/contextjit
binpattern f bin/${ARCH}/luatools
binpattern f bin/${ARCH}/mtxrunjit
-# The luatools man page, on the other hand, is part of the original
-# context distribution, so include it in the context package.
-#docpattern +f texmf-dist/doc/man/man1/luatools.*
-# these don't exist.
-#docpattern +f texmf-dist/doc/man/man1/contextjit.*
-#docpattern +f texmf-dist/doc/man/man1/mtxrunjit.*
+# We have these man pages as .so links to the scripts.
+docpattern +f texmf-dist/doc/man/man1/luatools.*
+docpattern +f texmf-dist/doc/man/man1/contextjit.*
+docpattern +f texmf-dist/doc/man/man1/mtxrunjit.*