summaryrefslogtreecommitdiff
path: root/Build/source/README.4layout
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-08 17:05:16 +0000
committerKarl Berry <karl@freefriends.org>2023-03-08 17:05:16 +0000
commit2044811592f35f5472af64c650e699352044f2be (patch)
tree8694a1119187bfe1cde4c24343ccd16e5bc90902 /Build/source/README.4layout
parent7749bd6016633fb1c1bd9baf8ed04d9bd30e2477 (diff)
reautoconf and doc updates for windows_wrapper
git-svn-id: svn://tug.org/texlive/trunk@66468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.4layout')
-rw-r--r--Build/source/README.4layout10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/README.4layout b/Build/source/README.4layout
index 8846341995c..6134378164c 100644
--- a/Build/source/README.4layout
+++ b/Build/source/README.4layout
@@ -263,14 +263,14 @@ due to the lack of symbolic links.
-- Macro: KPSE_COND_WIN32_WRAP
Call 'KPSE_COND_WIN32' and define the Automake conditional
'WIN32_WRAP' ('true' if the standard Windows wrapper
- ('texk/texlive/windows_wrapper/runscript.exe') exists. This wrapper is
- used on Windows instead of symlinks for the "linked scripts" (*note
- Linked scripts::).
+ ('texk/texlive/windows_wrapper/runscript.exe') exists. This
+ wrapper is used on Windows instead of symlinks for the "linked
+ scripts" (*note Linked scripts::).
-- Macro: KPSE_WIN32_CALL
Call 'KPSE_COND_WIN32' and check if the file
- 'texk/texlive/windows_wrapper/callexe.c' exists; if it does, create a
- symlink in the build tree. Compiling 'callexe.c' with
+ 'texk/texlive/windows_wrapper/callexe.c' exists; if it does, create
+ a symlink in the build tree. Compiling 'callexe.c' with
'-DEXEPROG='"FOO.exe"'' and installing 'callexe.exe' as 'BAR.exe'
is used on Windows instead of a symlink 'BAR->FOO' for Unix-like
systems.