summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/install.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Tool/install.xml')
-rw-r--r--src/engine/SCons/Tool/install.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/install.xml b/src/engine/SCons/Tool/install.xml
index b83bb60..d9cb671 100644
--- a/src/engine/SCons/Tool/install.xml
+++ b/src/engine/SCons/Tool/install.xml
@@ -24,8 +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. If the source is a versioned shared library
-the appropriate symlinks to it will be generated.
+a builder.
<example>
env.Install('/usr/local/bin', source = ['foo', 'bar'])
@@ -45,6 +44,13 @@ and
source
arguments list different numbers of files or directories.
+<builder name="InstallVersionedLib">
+<summary>
+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.
+
<example>
env.InstallAs(target = '/usr/local/bin/foo',
source = 'foo_debug')