summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/context-texlive.tlpsrc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlpsrc/context-texlive.tlpsrc')
-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.*