aboutsummaryrefslogtreecommitdiff
path: root/tl-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-xtl-build.sh5
1 files changed, 5 insertions, 0 deletions
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}