From c955fb79c8b53b603678f03d914bd4064c26fc9f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 27 Feb 2024 17:19:23 +0000 Subject: context-legacy updates to include the stubs; repoint symlinks git-svn-id: svn://tug.org/texlive/trunk@70192 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/Makefile | 9 +++++++++ Master/texmf-dist/doc/man/man1/contextjit.1 | 1 + Master/texmf-dist/doc/man/man1/contextjit.man1.pdf | Bin 0 -> 24608 bytes Master/texmf-dist/doc/man/man1/luatools.1 | 1 + Master/texmf-dist/doc/man/man1/luatools.man1.pdf | Bin 0 -> 20353 bytes Master/texmf-dist/doc/man/man1/mtxrunjit.1 | 1 + Master/texmf-dist/doc/man/man1/mtxrunjit.man1.pdf | Bin 0 -> 20353 bytes .../tex/context/texlive/stubs-mkiv/unix/contextjit | 3 +++ .../tex/context/texlive/stubs-mkiv/unix/luatools | 2 ++ .../tex/context/texlive/stubs-mkiv/unix/mtxrunjit | 3 +++ .../tex/context/texlive/stubs-mkiv/win64/contextjit.cmd | 4 ++++ .../tex/context/texlive/stubs-mkiv/win64/luatools.cmd | 2 ++ .../tex/context/texlive/stubs-mkiv/win64/mtxrunjit.cmd | 4 ++++ .../texmf-dist/tex/context/texlive/stubs/unix/ctxtools | 2 ++ .../texmf-dist/tex/context/texlive/stubs/unix/pstopdf | 2 ++ .../texmf-dist/tex/context/texlive/stubs/unix/texexec | 2 ++ .../tex/context/texlive/stubs/unix/texmfstart | 2 ++ .../tex/context/texlive/stubs/win64/ctxtools.cmd | 2 ++ .../tex/context/texlive/stubs/win64/pstopdf.cmd | 2 ++ .../tex/context/texlive/stubs/win64/texexec.cmd | 2 ++ .../tex/context/texlive/stubs/win64/texmfstart.cmd | 2 ++ 21 files changed, 46 insertions(+) create mode 100644 Master/texmf-dist/doc/man/man1/contextjit.1 create mode 100644 Master/texmf-dist/doc/man/man1/contextjit.man1.pdf create mode 100644 Master/texmf-dist/doc/man/man1/luatools.1 create mode 100644 Master/texmf-dist/doc/man/man1/luatools.man1.pdf create mode 100644 Master/texmf-dist/doc/man/man1/mtxrunjit.1 create mode 100644 Master/texmf-dist/doc/man/man1/mtxrunjit.man1.pdf create mode 100755 Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/contextjit create mode 100755 Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/luatools create mode 100755 Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/mtxrunjit create mode 100755 Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/contextjit.cmd create mode 100755 Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/luatools.cmd create mode 100755 Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/mtxrunjit.cmd create mode 100755 Master/texmf-dist/tex/context/texlive/stubs/unix/ctxtools create mode 100755 Master/texmf-dist/tex/context/texlive/stubs/unix/pstopdf create mode 100755 Master/texmf-dist/tex/context/texlive/stubs/unix/texexec create mode 100755 Master/texmf-dist/tex/context/texlive/stubs/unix/texmfstart create mode 100755 Master/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd create mode 100755 Master/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd create mode 100755 Master/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd create mode 100755 Master/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/man/man1/Makefile b/Master/texmf-dist/doc/man/man1/Makefile index 1d2b0605eba..bbd56f2b0ca 100644 --- a/Master/texmf-dist/doc/man/man1/Makefile +++ b/Master/texmf-dist/doc/man/man1/Makefile @@ -58,6 +58,9 @@ man1/cllualatex.man1.pdf: man1/cllualatex.1 man1/cluttex.1 man1/clxelatex.man1.pdf: man1/clxelatex.1 man1/cluttex.1 $(MKPDF) +man1/contextjit.man1.pdf: man1/contextjit.1 man1/context.1 + $(MKPDF) + man1/ctangle.man1.pdf: man1/ctangle.1 man1/cweb.1 $(MKPDF) @@ -142,12 +145,18 @@ man1/lualatex-dev.man1.pdf: man1/lualatex-dev.1 man1/latex-dev.1 man1/lualatex.man1.pdf: man1/lualatex.1 man1/latex.1 $(MKPDF) +man1/luatools.man1.pdf: man1/luatools.1 man1/mtxrun.1 + $(MKPDF) + man1/mf-nowin.man1.pdf: man1/mf-nowin.1 man1/mf.1 $(MKPDF) man1/mktexfmt.man1.pdf: man1/mktexfmt.1 man1/fmtutil.1 $(MKPDF) +man1/mtxrunjit.man1.pdf: man1/mtxrunjit.1 man1/mtxrun.1 + $(MKPDF) + man1/odvicopy.man1.pdf: man1/odvicopy.1 man1/dvicopy.1 $(MKPDF) diff --git a/Master/texmf-dist/doc/man/man1/contextjit.1 b/Master/texmf-dist/doc/man/man1/contextjit.1 new file mode 100644 index 00000000000..1f335cc6a1b --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/contextjit.1 @@ -0,0 +1 @@ +.so man1/context.1 diff --git a/Master/texmf-dist/doc/man/man1/contextjit.man1.pdf b/Master/texmf-dist/doc/man/man1/contextjit.man1.pdf new file mode 100644 index 00000000000..a76d685ed6c Binary files /dev/null and b/Master/texmf-dist/doc/man/man1/contextjit.man1.pdf differ diff --git a/Master/texmf-dist/doc/man/man1/luatools.1 b/Master/texmf-dist/doc/man/man1/luatools.1 new file mode 100644 index 00000000000..22736aebfd6 --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/luatools.1 @@ -0,0 +1 @@ +.so man1/mtxrun.1 diff --git a/Master/texmf-dist/doc/man/man1/luatools.man1.pdf b/Master/texmf-dist/doc/man/man1/luatools.man1.pdf new file mode 100644 index 00000000000..61a4b52577c Binary files /dev/null and b/Master/texmf-dist/doc/man/man1/luatools.man1.pdf differ diff --git a/Master/texmf-dist/doc/man/man1/mtxrunjit.1 b/Master/texmf-dist/doc/man/man1/mtxrunjit.1 new file mode 100644 index 00000000000..22736aebfd6 --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/mtxrunjit.1 @@ -0,0 +1 @@ +.so man1/mtxrun.1 diff --git a/Master/texmf-dist/doc/man/man1/mtxrunjit.man1.pdf b/Master/texmf-dist/doc/man/man1/mtxrunjit.man1.pdf new file mode 100644 index 00000000000..b3989ac0768 Binary files /dev/null and b/Master/texmf-dist/doc/man/man1/mtxrunjit.man1.pdf differ diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/contextjit b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/contextjit new file mode 100755 index 00000000000..d1374801b2e --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/contextjit @@ -0,0 +1,3 @@ +#!/bin/sh + +luajittex --luaonly `kpsewhich mtxrun.lua` --script context "$@" diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/luatools b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/luatools new file mode 100755 index 00000000000..c17b483be53 --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/luatools @@ -0,0 +1,2 @@ +#!/bin/sh +mtxrun --script base "$@" diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/mtxrunjit b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/mtxrunjit new file mode 100755 index 00000000000..06cd8a8acbb --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/mtxrunjit @@ -0,0 +1,3 @@ +#!/bin/sh + +luajittex --luaonly `kpsewhich mtxrun.lua` "$@" diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/contextjit.cmd b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/contextjit.cmd new file mode 100755 index 00000000000..ec963b1a62a --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/contextjit.cmd @@ -0,0 +1,4 @@ +@echo off + +for /f "usebackq tokens=*" %%M in (`kpsewhich mtxrun.lua`) do set MTX=%%M +luajittex --luaonly --socket %MTX% --script context %* diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/luatools.cmd b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/luatools.cmd new file mode 100755 index 00000000000..a20c7e0c901 --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/luatools.cmd @@ -0,0 +1,2 @@ +@echo off +mtxrun --script base %* diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/mtxrunjit.cmd b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/mtxrunjit.cmd new file mode 100755 index 00000000000..39507f2214a --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/mtxrunjit.cmd @@ -0,0 +1,4 @@ +@echo off + +for /f "usebackq tokens=*" %%M in (`kpsewhich mtxrun.lua`) do set MTX=%%M +luajittex --luaonly --socket %MTX% %* diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/ctxtools b/Master/texmf-dist/tex/context/texlive/stubs/unix/ctxtools new file mode 100755 index 00000000000..048e0ff8561 --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/ctxtools @@ -0,0 +1,2 @@ +#!/bin/sh +mtxrun --script ctxtools --usekpse "$@" diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/pstopdf b/Master/texmf-dist/tex/context/texlive/stubs/unix/pstopdf new file mode 100755 index 00000000000..116f5f4a32e --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/pstopdf @@ -0,0 +1,2 @@ +#!/bin/sh +mtxrun --script pstopdf "$@" diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/texexec b/Master/texmf-dist/tex/context/texlive/stubs/unix/texexec new file mode 100755 index 00000000000..083e500c69c --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/texexec @@ -0,0 +1,2 @@ +#!/bin/sh +mtxrun --usekpse --execute texexec.rb "$@" diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/texmfstart b/Master/texmf-dist/tex/context/texlive/stubs/unix/texmfstart new file mode 100755 index 00000000000..1799b357915 --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/texmfstart @@ -0,0 +1,2 @@ +#!/bin/sh +mtxrun --usekpse "$@" diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd new file mode 100755 index 00000000000..ed7a9c561c4 --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd @@ -0,0 +1,2 @@ +@echo off +mtxrun --script ctxtools %* diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd new file mode 100755 index 00000000000..2296b6d9e6c --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd @@ -0,0 +1,2 @@ +@echo off +mtxrun --script pstopdf %* diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd new file mode 100755 index 00000000000..0baa4cc5d57 --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd @@ -0,0 +1,2 @@ +@echo off +mtxrun --usekpse --execute texexec.rb %* diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd new file mode 100755 index 00000000000..12b243cbdda --- /dev/null +++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd @@ -0,0 +1,2 @@ +@echo off +mtxrun --usekpse %* -- cgit v1.2.3