summaryrefslogtreecommitdiffstats
path: root/doc/user/builders-writing.in
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-02-28 09:25:48 (GMT)
committerSteven Knight <knight@baldmt.com>2004-02-28 09:25:48 (GMT)
commitf44fa0975d10611186de5a61d8e061154e92bccc (patch)
tree40f86de321e05aa6a301b81f8b83039dcacb7d5f /doc/user/builders-writing.in
parent5b26639256205eabd4e055040c7529b8ec868dcf (diff)
downloadSCons-f44fa0975d10611186de5a61d8e061154e92bccc.zip
SCons-f44fa0975d10611186de5a61d8e061154e92bccc.tar.gz
SCons-f44fa0975d10611186de5a61d8e061154e92bccc.tar.bz2
Branch for User's Guide work.
Diffstat (limited to 'doc/user/builders-writing.in')
-rw-r--r--doc/user/builders-writing.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/builders-writing.in b/doc/user/builders-writing.in
index 50c9114..d68b872 100644
--- a/doc/user/builders-writing.in
+++ b/doc/user/builders-writing.in
@@ -221,7 +221,7 @@ This functionality could be invoked as in the following example:
<scons_example name="ex2">
<file name="SConstruct" printme="1">
- bld = Builder(action = 'foobuild < $SOURCE > $TARGET')
+ bld = Builder(action = 'foobuild &lt; $SOURCE &gt; $TARGET')
env = Environment(BUILDERS = {'Foo' : bld})
env.Foo('file.foo', 'file.input')
env.Program('hello.c')
@@ -409,7 +409,7 @@ This functionality could be invoked as in the following example:
the target or targets to be
built by this builder function.
The file names of these target(s)
- may be extracted using the Python &str; funcion.
+ may be extracted using the Python &str; function.
</para>
</listitem>
@@ -425,7 +425,7 @@ This functionality could be invoked as in the following example:
the sources to be
used by this builder function to build the targets.
The file names of these source(s)
- may be extracted using the Python &str; funcion.
+ may be extracted using the Python &str; function.
</para>
</listitem>
@@ -542,7 +542,7 @@ This functionality could be invoked as in the following example:
by the command or other action
generated by this function.
The file names of these source(s)
- may be extracted using the Python &str; funcion.
+ may be extracted using the Python &str; function.
</para>
</listitem>
@@ -560,7 +560,7 @@ This functionality could be invoked as in the following example:
by the command or other action
generated by this function.
The file names of these target(s)
- may be extracted using the Python &str; funcion.
+ may be extracted using the Python &str; function.
</para>
</listitem>