summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-09-16 13:58:26 (GMT)
committerMats Wichmann <mats@linux.com>2019-10-22 15:16:27 (GMT)
commit69eb89f5055875a0af1b8329144eb61c04481105 (patch)
tree625ac2a724ebd698bf7a2148849f5f2ac1a22572 /doc/man
parentc6ca3bdd2ad8e9a6ceea398934d84def9ba7c497 (diff)
downloadSCons-69eb89f5055875a0af1b8329144eb61c04481105.zip
SCons-69eb89f5055875a0af1b8329144eb61c04481105.tar.gz
SCons-69eb89f5055875a0af1b8329144eb61c04481105.tar.bz2
Remove deprecated Builder keywords
overrides= and scanner= have been deprecated for over a decade. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/scons.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index a9e0dd7..ae54e2e 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -4960,7 +4960,8 @@ the same target file(s). The default is 0, which means the builder
can not be called multiple times for the same target file(s). Calling a
builder multiple times for the same target simply adds additional source
files to the target; it is not allowed to change the environment associated
-with the target, specify addition environment overrides, or associate a different
+with the target, specify additional environment overrides,
+or associate a different
builder with the target.</para>
</listitem>