From 91e8c6a6bb0674492231272177ad1aa8f0152b2a Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sat, 2 Mar 2024 09:23:56 +0100 Subject: added missing symlinks to scripts/context-texlive --- README.md | 1 + tl-build.sh | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 826a5b9..0eff28a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ for those who do not wish to compile their own. In addition to the standard binaries supported by TeX Live, TeX Live for OpenBSD provides the following: + - xindy - LuaMetaTeX (ConTeXt) - asymptote diff --git a/tl-build.sh b/tl-build.sh index 25108c5..caa9e14 100755 --- a/tl-build.sh +++ b/tl-build.sh @@ -104,6 +104,11 @@ if [[ ${build_tl} == "y" ]]; then ln -s luametatex mtxrun ln -s ../../texmf-dist/scripts/context/lua/context.lua context.lua ln -s ../../texmf-dist/scripts/context/lua/mtxrun.lua mtxrun.lua + ln -s ../../texmf-dist/scripts/context-texlive/stubs-mkiv/unix/luatools luatools + ln -s ../../texmf-dist/scripts/context-texlive/stubs-mkiv/unix/contextjit contextjit + ln -s ../../texmf-dist/scripts/context-texlive/stubs-mkiv/unix/mtxrunjit mtxrunjit + ln -s ../../texmf-dist/scripts/context-texlive/stubs/unix/texexec texexec + ln -s ../../texmf-dist/scripts/context-texlive/stubs/unix/texmfstart texmfstart fi if [[ ${with_asymptote} == "y" ]];then cd ${tl_sourcedir} -- cgit v1.2.3