2
0
mirror of git://git.savannah.gnu.org/libtool.git synced 2025-04-24 16:50:35 +08:00

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.
This commit is contained in:
Pavel Raiskup 2017-04-25 12:06:28 +02:00
parent 350082b6aa
commit 722b6af0fa
2 changed files with 3 additions and 2 deletions

@ -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

@ -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