diff options
-rw-r--r-- | README.md | 1 | ||||
-rwxr-xr-x | tl-build.sh | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -25,6 +25,7 @@ for those who do not wish to compile their own. | |||
25 | 25 | ||
26 | In addition to the standard binaries supported by TeX Live, TeX Live | 26 | In addition to the standard binaries supported by TeX Live, TeX Live |
27 | for OpenBSD provides the following: | 27 | for OpenBSD provides the following: |
28 | |||
28 | - xindy | 29 | - xindy |
29 | - LuaMetaTeX (ConTeXt) | 30 | - LuaMetaTeX (ConTeXt) |
30 | - asymptote | 31 | - 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 | |||
104 | ln -s luametatex mtxrun | 104 | ln -s luametatex mtxrun |
105 | ln -s ../../texmf-dist/scripts/context/lua/context.lua context.lua | 105 | ln -s ../../texmf-dist/scripts/context/lua/context.lua context.lua |
106 | ln -s ../../texmf-dist/scripts/context/lua/mtxrun.lua mtxrun.lua | 106 | ln -s ../../texmf-dist/scripts/context/lua/mtxrun.lua mtxrun.lua |
107 | ln -s ../../texmf-dist/scripts/context-texlive/stubs-mkiv/unix/luatools luatools | ||
108 | ln -s ../../texmf-dist/scripts/context-texlive/stubs-mkiv/unix/contextjit contextjit | ||
109 | ln -s ../../texmf-dist/scripts/context-texlive/stubs-mkiv/unix/mtxrunjit mtxrunjit | ||
110 | ln -s ../../texmf-dist/scripts/context-texlive/stubs/unix/texexec texexec | ||
111 | ln -s ../../texmf-dist/scripts/context-texlive/stubs/unix/texmfstart texmfstart | ||
107 | fi | 112 | fi |
108 | if [[ ${with_asymptote} == "y" ]];then | 113 | if [[ ${with_asymptote} == "y" ]];then |
109 | cd ${tl_sourcedir} | 114 | cd ${tl_sourcedir} |