diff options
Diffstat (limited to 'src/engine/SCons/Tool/install.xml')
| -rw-r--r-- | src/engine/SCons/Tool/install.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/install.xml b/src/engine/SCons/Tool/install.xml index d9cb671..bec592b 100644 --- a/src/engine/SCons/Tool/install.xml +++ b/src/engine/SCons/Tool/install.xml @@ -24,7 +24,7 @@ which must be a directory. The names of the specified source files or directories remain the same within the destination directory. The sources may be given as a string or as a node returned by -a builder. +a builder. <example> env.Install('/usr/local/bin', source = ['foo', 'bar']) @@ -43,10 +43,12 @@ target and source arguments list different numbers of files or directories. +</summary> +</builder> <builder name="InstallVersionedLib"> <summary> -Installs a versioned shared library. The &cv-link-SHLIBVERSION; +Installs a versioned shared library. The &cv-link-SHLIBVERSION; construction variable should be defined in the environment to confirm the version number in the library name. The symlinks appropriate to the architecture will be generated. |
