summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/install.xml
diff options
context:
space:
mode:
authorRobert Managan <managan1@llnl.gov>2012-11-09 21:50:42 (GMT)
committerRobert Managan <managan1@llnl.gov>2012-11-09 21:50:42 (GMT)
commit3ae58880afed04e7f78eba782de51ece79f06812 (patch)
tree805caa150d09be4495f125db85ce295dd88e2ca1 /src/engine/SCons/Tool/install.xml
parent71735a8d66abd7b60f3a3dc96fb1d3cc9fbb3df0 (diff)
downloadSCons-3ae58880afed04e7f78eba782de51ece79f06812.zip
SCons-3ae58880afed04e7f78eba782de51ece79f06812.tar.gz
SCons-3ae58880afed04e7f78eba782de51ece79f06812.tar.bz2
Add documentation and update CHANGES.txt. Remove the Environment methods VersionedSharedLibrary and VersionSharedLibraryInstall since they are no longer needed
Diffstat (limited to 'src/engine/SCons/Tool/install.xml')
-rw-r--r--src/engine/SCons/Tool/install.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/install.xml b/src/engine/SCons/Tool/install.xml
index 4b57a68..b83bb60 100644
--- a/src/engine/SCons/Tool/install.xml
+++ b/src/engine/SCons/Tool/install.xml
@@ -22,7 +22,10 @@ Installs one or more source files or directories
in the specified target,
which must be a directory.
The names of the specified source files or directories
-remain the same within the destination directory.
+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.
<example>
env.Install('/usr/local/bin', source = ['foo', 'bar'])