diff options
author | Mats Wichmann <mats@linux.com> | 2024-09-21 17:39:18 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2024-09-21 18:47:10 (GMT) |
commit | d0358e71f366f6d1bf668aef23cf9f58920a7d98 (patch) | |
tree | 88d31b824fe8f3e34b6f7a6b39390f8d917a444a /RELEASE.txt | |
parent | 19b49dea4be7a4a3e2bd105f50615c56ffcc5ad9 (diff) | |
download | SCons-d0358e71f366f6d1bf668aef23cf9f58920a7d98.zip SCons-d0358e71f366f6d1bf668aef23cf9f58920a7d98.tar.gz SCons-d0358e71f366f6d1bf668aef23cf9f58920a7d98.tar.bz2 |
Tweak User Guide environment descriptions
Reword/clarify the section on `AllowSubstExceptions` and the sidebar
on Python dictionaries. Add an additonal piece to `env.Replace`.
Also, some entity replacements, and more explicit `id` tags added to
`section` elements.
One unittest change to make sure passing a dict to `env.Replace` works.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 785ef95..cbf061d 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -77,6 +77,8 @@ DOCUMENTATION typo fixes, even if they're mentioned in src/CHANGES.txt to give the contributor credit) +- Some manpage cleanup for the gettext and pdf/ps builders. + DEVELOPMENT ----------- |