summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/install.xml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-03-24 06:05:11 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2015-03-24 06:05:11 (GMT)
commitbe0ee2179a7c9db85e518e626612d0ae0918c790 (patch)
tree32f03b48553087f1f1d37a1ee8356a8906209cc1 /src/engine/SCons/Tool/install.xml
parent976a3d27a47bf69eb886a92be06a09d7face2f55 (diff)
downloadSCons-be0ee2179a7c9db85e518e626612d0ae0918c790.zip
SCons-be0ee2179a7c9db85e518e626612d0ae0918c790.tar.gz
SCons-be0ee2179a7c9db85e518e626612d0ae0918c790.tar.bz2
added more info to the section on InstallVersionedLib(). fixed having InstallAs example in the text for InstallVersionedLib()
Diffstat (limited to 'src/engine/SCons/Tool/install.xml')
-rw-r--r--src/engine/SCons/Tool/install.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/install.xml b/src/engine/SCons/Tool/install.xml
index da82c6e..0aa9384 100644
--- a/src/engine/SCons/Tool/install.xml
+++ b/src/engine/SCons/Tool/install.xml
@@ -85,7 +85,7 @@ env.InstallAs(target = ['../lib/libfoo.a', '../lib/libbar.a'],
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.
-If &cv-link-SHLIBVERSION is not defined a warning will be issued
+If &cv-link-SHLIBVERSION; is not defined a warning will be issued
and the name of the library will be parsed to derive the version.
The symlinks appropriate to the architecture will be generated.
</para>