diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 20:45:02 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-11-16 20:45:02 (GMT) |
commit | c2a8c0c0760cc4ca4288f3fc117c7db63d129668 (patch) | |
tree | 539b1ad72ec83805e6c6dfdb79b698f488f97513 | |
parent | 73f1cd097a3e87c1aff5fdf30d744efdc7d54db2 (diff) | |
download | SCons-c2a8c0c0760cc4ca4288f3fc117c7db63d129668.zip SCons-c2a8c0c0760cc4ca4288f3fc117c7db63d129668.tar.gz SCons-c2a8c0c0760cc4ca4288f3fc117c7db63d129668.tar.bz2 |
[ci skip] Add CHANGES/RELEASE Blurb. Minor edit in ninja.xml
-rw-r--r-- | CHANGES.txt | 3 | ||||
-rw-r--r-- | RELEASE.txt | 3 | ||||
-rw-r--r-- | SCons/Tool/ninja/ninja.xml | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 7d6ef00..aac00bd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -87,6 +87,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From Keith F Prussing: - Added support for tracking beamer themes in the LaTeX scanner. + From rico-chet: + - Many grammatical and spelling fixes in the documentation. + From Mats Wichmann: - PackageVariable now does what the documentation always said it does if the variable is used on the command line with one of the enabling diff --git a/RELEASE.txt b/RELEASE.txt index e71f535..aee76a9 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -172,6 +172,9 @@ DOCUMENTATION - Clarify documentation of Repository() in manpage and user guide. +- Many grammatical and spelling fixes in the documentation. + + DEVELOPMENT ----------- diff --git a/SCons/Tool/ninja/ninja.xml b/SCons/Tool/ninja/ninja.xml index 4510f71..f89687e 100644 --- a/SCons/Tool/ninja/ninja.xml +++ b/SCons/Tool/ninja/ninja.xml @@ -350,7 +350,7 @@ python -m pip install ninja <summary> <para> Internal value used to specify the function to call with argument env to generate the list of files - which -- if changed -- would require the &ninja; build file to be regenerated. + which, if changed, would require the &ninja; build file to be regenerated. </para> </summary> </cvar> |