]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
docs: Use @file for .libs directory
authorJonathan Wakely <jwakely@redhat.com>
Mon, 15 Mar 2021 13:38:33 +0000 (13:38 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 14 Jan 2024 06:21:12 +0000 (01:21 -0500)
* doc/libtool.texi: Use @file format for directory name.

doc/libtool.texi

index 03076cf87fbe59a3a1d51f3228032d5fe06f449d..164ada07a8c08693dd23daf4caeee508d77f0ac6 100644 (file)
@@ -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,