diff options
Diffstat (limited to 'doc/generated/builders.gen')
-rw-r--r-- | doc/generated/builders.gen | 13 |
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). |