summaryrefslogtreecommitdiff
path: root/doc/user/builders-writing.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/builders-writing.xml')
-rw-r--r--doc/user/builders-writing.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/builders-writing.xml b/doc/user/builders-writing.xml
index a53e70e07..97ca36f9f 100644
--- a/doc/user/builders-writing.xml
+++ b/doc/user/builders-writing.xml
@@ -222,13 +222,14 @@ hello.c
To be able to use both our own defined &Builder; objects
and the default &Builder; objects in the same &consenv;,
you can either add to the &cv-link-BUILDERS; variable
- using the &Append; function:
+ using the &f-link-Append; function:
</para>
<scons_example name="builderswriting_ex3">
<file name="SConstruct">
import os
+
env = Environment()
env.AppendENVPath('PATH', os.getcwd())
bld = Builder(action='foobuild &lt; $SOURCE &gt; $TARGET')