summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpostcode
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2023-12-13 09:58:31 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2023-12-13 09:58:31 +0000
commitf84e1a4bb9038eb64830d3e23edf63f7695810c8 (patch)
treeb6cffff8f0a34c4d4fa4b9d858dc203c2ff379b1 /Master/tlpkg/tlpostcode
parenta4581a7fe65ee79de0e0b7e5b3c9bd674b2a2f5d (diff)
context-legacy
git-svn-id: svn://tug.org/texlive/trunk@69108 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpostcode')
-rw-r--r--Master/tlpkg/tlpostcode/cont-cache.cmd8
-rw-r--r--Master/tlpkg/tlpostcode/cont-cache.sh10
2 files changed, 18 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpostcode/cont-cache.cmd b/Master/tlpkg/tlpostcode/cont-cache.cmd
new file mode 100644
index 00000000000..7d45f392d3c
--- /dev/null
+++ b/Master/tlpkg/tlpostcode/cont-cache.cmd
@@ -0,0 +1,8 @@
+rem postaction for context
+rem For context mkiv and lmtx, the filename database must be generated
+rem at least once. Afterwards, it will be updated automatically,
+rem possibly in a higher-priority location.
+
+mtxrun --generate
+context --luatex --generate
+context --luajittex --generate
diff --git a/Master/tlpkg/tlpostcode/cont-cache.sh b/Master/tlpkg/tlpostcode/cont-cache.sh
new file mode 100644
index 00000000000..4f83597402d
--- /dev/null
+++ b/Master/tlpkg/tlpostcode/cont-cache.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/sh
+
+# postaction for context
+# For context mkiv and lmtx, the filename database must be generated
+# at least once. Afterwards, it will be updated automatically,
+# possibly in a higher-priority location.
+
+mtxrun --generate
+context --luatex --generate
+context --luajitex --generate