From: Peter Rosin Date: Tue, 7 Sep 2010 09:07:10 +0000 (+0200) Subject: Fixup texi typo in previous. X-Git-Tag: v2.4~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4faba0449e5abe8d136bbcd30544888b4b9dcdd3;p=thirdparty%2Flibtool.git Fixup texi typo in previous. * doc/libtool.texi (libtool script content) : Add missing 'code' command. Signed-off-by: Peter Rosin --- diff --git a/ChangeLog b/ChangeLog index 5af41fb83..65d0a8b09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-09-07 Peter Rosin + Fixup texi typo in previous. + * doc/libtool.texi (libtool script content) : + 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] : Make diff --git a/doc/libtool.texi b/doc/libtool.texi index 7d7eb76b0..93146128a 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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