summaryrefslogtreecommitdiff
path: root/doc/platform.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-05-16 19:24:39 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-18 16:08:41 +0200
commit90c9edba58eddf39e77937a6c602d7ff289c9bfd (patch)
treeb537055c53251cbbb5669ccbd1b33ff268c8e1e0 /doc/platform.texi
parent1afc278994364f680a7b490d3dd9d7a5265f7bc3 (diff)
doc: Replace some @file tags by more suitable markup.
Diffstat (limited to 'doc/platform.texi')
-rw-r--r--doc/platform.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/platform.texi b/doc/platform.texi
index c095f525d0..46e36c381a 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -27,11 +27,11 @@ to configure.
@section BSD
BSD make will not build Libav, you need to install and use GNU Make
-(@file{gmake}).
+(@command{gmake}).
@section (Open)Solaris
-GNU Make is required to build Libav, so you have to invoke (@file{gmake}),
+GNU Make is required to build Libav, so you have to invoke (@command{gmake}),
standard Solaris Make will not work. When building with a non-c99 front-end
(gcc, generic suncc) add either @code{--extra-libs=/usr/lib/values-xpg6.o}
or @code{--extra-libs=/usr/lib/64/values-xpg6.o} to the configure options
@@ -241,7 +241,7 @@ To create import libraries that work with the @code{/OPT:REF} option
@enumerate
-@item Open @file{Visual Studio 2005 Command Prompt}.
+@item Open @emph{Visual Studio 2005 Command Prompt}.
Alternatively, in a normal command line prompt, call @file{vcvars32.bat}
which sets up the environment variables for the Visual C++ tools
@@ -251,7 +251,7 @@ which sets up the environment variables for the Visual C++ tools
@item Enter the @file{bin} directory where the created LIB and DLL files
are stored.
-@item Generate new import libraries with @file{lib.exe}:
+@item Generate new import libraries with @command{lib.exe}:
@example
lib /machine:i386 /def:..\lib\foo-version.def /out:foo.lib