Mercurial > mplayer.hg
changeset 11630:cf622752369d
Add two <replaceable> tags
author | lumag |
---|---|
date | Thu, 11 Dec 2003 16:18:39 +0000 |
parents | 341f3c870013 |
children | c7d65edff534 |
files | DOCS/xml/en/ports.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/ports.xml Thu Dec 11 16:07:14 2003 +0000 +++ b/DOCS/xml/en/ports.xml Thu Dec 11 16:18:39 2003 +0000 @@ -159,7 +159,7 @@ <para>The <filename>configure</filename> script tries to find out, which assembler program is used by your "gcc" command (in case the autodetection -fails, use the <option>--as=/wherever/you/have/installed/gnu-as</option> +fails, use the <option>--as=<replaceable>/wherever/you/have/installed/gnu-as</replaceable></option> option to tell the <filename>configure</filename> script where it can find GNU "as" on your system). </para> @@ -230,7 +230,7 @@ <para> You can either try to install the GNU install program, and (if you did not put it in your global path) then point to the location with: -<screen>./configure --with-install=/path/and/name/of/install</screen> +<screen>./configure --with-install=<replaceable>/path/and/name/of/install</replaceable></screen> </para> <para>