[MPlayer-DOCS] r28424 - trunk/DOCS/xml/en/ports.xml
diego
subversion at mplayerhq.hu
Sun Feb 1 12:34:31 CET 2009
Author: diego
Date: Sun Feb 1 12:34:31 2009
New Revision: 28424
Log:
Remove IRIX section, the advice it contained is now obsolete.
Modified:
trunk/DOCS/xml/en/ports.xml
Modified: trunk/DOCS/xml/en/ports.xml
==============================================================================
--- trunk/DOCS/xml/en/ports.xml Sun Feb 1 12:32:58 2009 (r28423)
+++ trunk/DOCS/xml/en/ports.xml Sun Feb 1 12:34:31 2009 (r28424)
@@ -330,34 +330,6 @@ you may not be able to play DVD discs la
<!-- ********** -->
-<sect2 id="irix">
-<title>IRIX</title>
-
-<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=<replaceable>/path/and/name/of/install</replaceable>
-</screen>
-</para>
-
-<para>
-Or you can use the default install delivered with IRIX 6.5 in which case
-you will have to edit the <filename>Makefile</filename> by hand a little bit.
-Change the line:
-<programlisting>
-$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
-</programlisting>
-to:
-<programlisting>
-$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
-</programlisting>
-and then go on with building and installing.
-</para>
-</sect2>
-
-<!-- ********** -->
-
<sect2 id="hp-ux">
<title>HP-UX</title>
More information about the MPlayer-DOCS
mailing list