]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fixup texi typo in previous.
authorPeter Rosin <peda@lysator.liu.se>
Tue, 7 Sep 2010 09:07:10 +0000 (11:07 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Tue, 7 Sep 2010 09:07:10 +0000 (11:07 +0200)
* doc/libtool.texi (libtool script content) <postlink_cmds>:
Add missing 'code' command.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
doc/libtool.texi

index 5af41fb83d83e69900efc0d6447cf56f4abf7aed..65d0a8b093165e51a6118efeccbdd2cfdf14cd54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-09-07  Peter Rosin  <peda@lysator.liu.se>
 
+       Fixup texi typo in previous.
+       * doc/libtool.texi (libtool script content) <postlink_cmds>:
+       Add missing 'code' command.
+
        Convert POSIX file names to toolchain format for MSVC
        * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
        [cygwin, mingw, pw32, cegcc] <cl*, postlink_cmds>: Make
index 7d7eb76b016076c98bbbf44163d11055ddeee528..93146128a11010336d6a4654c51dc4ee65d76236 100644 (file)
@@ -6751,7 +6751,7 @@ are executed immediately after the program is linked.  Any occurrence of
 the string @code{@@OUTPUT@@} in @code{postlink_cmds} is replaced by the
 name of the created executable (i.e.@: not the wrapper, if a wrapper is
 generated) prior to execution.  Similarly, @code{@@TOOL_OUTPUT@@} is
-replaced by the toolchain format of @{@@OUTPUT@@}.  Normally disabled
+replaced by the toolchain format of @code{@@OUTPUT@@}.  Normally disabled
 (i.e.@: @code{postlink_cmds} empty).
 @end defvar