From 06735c15432ea58c93967181f24b4923f83aee65 Mon Sep 17 00:00:00 2001 From: Prabhu Singh Khalsa Date: Thu, 28 May 2026 11:09:55 -0600 Subject: [PATCH 1/2] DOC: Fixed Typo in Preface --- doc/user/preface.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/preface.xml b/doc/user/preface.xml index e26d9cfc34..1a212ca917 100644 --- a/doc/user/preface.xml +++ b/doc/user/preface.xml @@ -230,8 +230,8 @@ This file is processed by the bin/SConsDoc.py module. It may also be useful to keep the &SCons; man page open in a separate browser tab or window to refer to as a complement to this Guide, which can avoid some jumping back and forth. - The four important manpage sections describiing the - of &consvars;, builders, tools and environment methods + The four important manpage sections describing the + &consvars;, builders, tools and environment methods are actually duplicated as appendices in the User Guide, to avoid inter-document links. From 27d933b9b831bdb66430e6aaba9005b179d45c99 Mon Sep 17 00:00:00 2001 From: Prabhu Singh Khalsa Date: Thu, 28 May 2026 11:13:52 -0600 Subject: [PATCH 2/2] DOC: Updated changes and release to reflect fix for typo --- CHANGES.txt | 3 +++ RELEASE.txt | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 97f53db46b..e873603e8d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -45,6 +45,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Fix Appveyor scripting to install unavailable python versions when needed and use them for testing. + From Prabhu S. Khalsa: + - Fix typo in preface + From Mats Wichmann: - Introduce some unit tests for the file locking utility routines - Reduce unneeded computation of overrides. The Mkdir builder used an diff --git a/RELEASE.txt b/RELEASE.txt index ca13a0e93c..1f6fc3f3e4 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -137,6 +137,8 @@ DOCUMENTATION - Update documentation for IMPLICIT_COMMAND_DEPENDENCIES construction variable. +- Fix typo in preface + DEVELOPMENT -----------