From 5c0352d252e311d2bfe839772ac99d6b51bcee44 Mon Sep 17 00:00:00 2001 From: Prabhu Singh Khalsa Date: Thu, 28 May 2026 13:47:01 -0600 Subject: [PATCH 1/2] DOC: Fix typo "specific" to "specify" in Chapter 6 of User Guide --- doc/user/depends.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/depends.xml b/doc/user/depends.xml index 8257a2f8c4..8d34b81217 100644 --- a/doc/user/depends.xml +++ b/doc/user/depends.xml @@ -1084,7 +1084,7 @@ SetOption('implicit_cache', 1) Sometimes a file depends on another file that is not detected by an &SCons; scanner. For this situation, - &SCons; allows you to specific explicitly that one file + &SCons; allows you to specify explicitly that one file depends on another file, and must be rebuilt whenever that file changes. This is specified using the &f-link-Depends; method: From 159c101a2d24b2f3da1c07baa6aaed45e2445087 Mon Sep 17 00:00:00 2001 From: Prabhu Singh Khalsa Date: Thu, 28 May 2026 13:48:09 -0600 Subject: [PATCH 2/2] DOC: Update changes and release files --- CHANGES.txt | 1 + RELEASE.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index e873603e8d..9d603fd3a6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -47,6 +47,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From Prabhu S. Khalsa: - Fix typo in preface + - Fix typo in Chapter 6 of User Guide From Mats Wichmann: - Introduce some unit tests for the file locking utility routines diff --git a/RELEASE.txt b/RELEASE.txt index 1f6fc3f3e4..f88640dd34 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -138,6 +138,7 @@ DOCUMENTATION - Update documentation for IMPLICIT_COMMAND_DEPENDENCIES construction variable. - Fix typo in preface +- Fix typo in Chapter 6 of User Guide DEVELOPMENT -----------