summaryrefslogtreecommitdiffstats
path: root/doc/generated/builders.gen
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-12-10 16:24:13 (GMT)
committerGitHub <noreply@github.com>2019-12-10 16:24:13 (GMT)
commit00c82b641c13ede400982f51b75f01938c99353b (patch)
tree2a217fa865d49438b730b4f2472f168719d726ac /doc/generated/builders.gen
parentdc8aaebf2271cbd78edeeda923ce2c8acd67f946 (diff)
parent392d323e36bf8c80c7a6d43160148359cfae8ff6 (diff)
downloadSCons-00c82b641c13ede400982f51b75f01938c99353b.zip
SCons-00c82b641c13ede400982f51b75f01938c99353b.tar.gz
SCons-00c82b641c13ede400982f51b75f01938c99353b.tar.bz2
Merge branch 'master' into py3-doctasks
Diffstat (limited to 'doc/generated/builders.gen')
-rw-r--r--doc/generated/builders.gen13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/generated/builders.gen b/doc/generated/builders.gen
index eb7fbca..65201ea 100644
--- a/doc/generated/builders.gen
+++ b/doc/generated/builders.gen
@@ -44,8 +44,9 @@ env.CFile(target = 'bar', source = 'bar.y')
<term>
<function>env.Command()</function>
</term>
- <listitem><para>
-The <function>Command</function> "Builder" is actually
+ <listitem>
+<para xmlns="http://www.scons.org/dbxsd/v1.0">
+The <function xmlns="http://www.scons.org/dbxsd/v1.0">Command</function> "Builder" is actually
a function that looks like a Builder,
but takes a required third argument, which is the
action to take to construct the target
@@ -53,7 +54,7 @@ from the source, used for "one-off" builds
where a full builder is not needed.
Thus it does not follow the builder
calling rules described at the start of this section.
-See instead the <link linkend="f-Command"><function>Command</function></link> function description
+See instead the <link xmlns="http://www.scons.org/dbxsd/v1.0" linkend="f-Command"><function>Command</function></link> function description
for the calling syntax and details.
</para>
</listitem>
@@ -453,7 +454,7 @@ a builder.
env.Install('/usr/local/bin', source = ['foo', 'bar'])
</example_commands>
-<para>
+<para xmlns="http://www.scons.org/dbxsd/v1.0">
If the <option>--install-sandbox</option> command line
option is given, the target directory will be prefixed
by the directory path specified.
@@ -461,8 +462,8 @@ This is useful to test installs without installing to
a "live" location in the system.
</para>
-<para>
-See also <function>FindInstalledFiles</function>.
+<para xmlns="http://www.scons.org/dbxsd/v1.0">
+See also <function xmlns="http://www.scons.org/dbxsd/v1.0">FindInstalledFiles</function>.
For more thoughts on installation, see the User Guide
(particularly the section on Command-Line Targets
and the chapters on Installing Files and on Alias Targets).