summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2017-04-25 12:06:28 +0200
committerPavel Raiskup <praiskup@redhat.com>2017-04-25 12:15:53 +0200
commit722b6af0fad19b3d9f21924ae5aa6dfae5957378 (patch)
tree30bb78f32dadabede948555a97e6c1e6dc9bddd3
parent350082b6aa89f9ef603fcebbb4cf33f15a743f2f (diff)
downloadlibtool-722b6af0fad19b3d9f21924ae5aa6dfae5957378.tar.gz
doc: fix typos in --mode=install invocations
Per report from devel@lists.fedoraproject.org, thread id CLHZMVL3CZ43KX7CD3PF3FDV255EA57O * doc/libtool.texi (Install mode): With the 'libtool --mode=install' wrapper the 'install' command needs to be specified.
-rw-r--r--NO-THANKS1
-rw-r--r--doc/libtool.texi4
2 files changed, 3 insertions, 2 deletions
diff --git a/NO-THANKS b/NO-THANKS
index c59662c0..288b39eb 100644
--- a/NO-THANKS
+++ b/NO-THANKS
@@ -128,6 +128,7 @@ Peter Kjellerstedt peter.kjellerstedt@axis.com
Pádraig Brady P@draigBrady.com
Richard B. Kreckel kreckel@ginac.de
Richard Purdie rpurdie@rpsys.net
+Richard W.M. Jones rjones@redhat.com
Rico Tzschichholz ricotz@ubuntu.com
Robert Garron Robert.Garron@Access3000.net
Robert Ögren lists@roboros.com
diff --git a/doc/libtool.texi b/doc/libtool.texi
index e0b72e06..01b4296e 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -1086,7 +1086,7 @@ install the executables after the libraries have been installed
So, for our Ultrix example, we would run:
@example
-a23# libtool --mode=install -c hell /usr/local/bin/hell
+a23# libtool --mode=install install -c hell /usr/local/bin/hell
install -c hell /usr/local/bin/hell
a23#
@end example
@@ -1095,7 +1095,7 @@ On shared library systems that require wrapper scripts, libtool just
ignores the wrapper script and installs the correct binary:
@example
-burger# libtool --mode=install -c hell /usr/local/bin/hell
+burger# libtool --mode=install install -c hell /usr/local/bin/hell
install -c @value{objdir}/hell /usr/local/bin/hell
burger#
@end example