From: Jonathan Wakely Date: Mon, 15 Mar 2021 13:38:33 +0000 (+0000) Subject: docs: Use @file for .libs directory X-Git-Tag: v2.5.0~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efbb2e77dfcf45871ab32c7ed68a9b34505e0732;p=thirdparty%2Flibtool.git docs: Use @file for .libs directory * doc/libtool.texi: Use @file format for directory name. --- diff --git a/doc/libtool.texi b/doc/libtool.texi index 03076cf87..164ada07a 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -866,7 +866,7 @@ against uninstalled shared libraries. The wrapper executable thus performs the same function as the wrapper script used on other platforms, but allows to satisfy the @command{make} rules for the program, whose name ends in @code{$(EXEEXT)}. The actual program -executable is created below @value{objdir}, and its name will end +executable is created below @file{@value{objdir}}, and its name will end in @code{$(EXEEXT)} and may or may not contain an @code{lt-} prefix. This wrapper executable sets various environment values so that the program executable may locate its (uninstalled) shared libraries,