diff DOCS/xml/de/ports.xml @ 24622:fa3923706f17

some whitespace cosmetics r22854: Remove empty section. r22951: Move netstream documentation into TOOLS/README. r23100: Update AMR instructions. r23161: Remove outdated and wrong references to codecs.conf. r23225: The GUI no longer depends on libpng. r23226: MJPEG decoding does not depend on libjpeg.
author kraymer
date Fri, 28 Sep 2007 01:28:42 +0000
parents 29773733d2b5
children c7c3d70bdf82
line wrap: on
line diff
--- a/DOCS/xml/de/ports.xml	Fri Sep 28 01:27:32 2007 +0000
+++ b/DOCS/xml/de/ports.xml	Fri Sep 28 01:28:42 2007 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- in sync with r22499 -->
+<!-- in sync with r23161 -->
 <!-- missing cosmetic commit 21537 -->
 <chapter id="ports" xreflabel="Ports">
   <title>Portierungen</title>
@@ -322,14 +322,10 @@
       <para>
         Oder du kannst die mit IRIX 6.5 gelieferte Standard-Installation verwenden, falls
         du das <filename>Makefile</filename> ein bisschen von Hand editieren willst.
-        Ändere folgende beiden Zeilen von:
-<programlisting>$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
-$(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf</programlisting>
-        nach:
-<programlisting>$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
-$(INSTALL) -m 644 codecs.conf $(CONFDIR)/</programlisting>
-        Mache dann (vom <application>MPlayer</application>-Quellverzeichnis aus)
-        <screen>cp DOCS/mplayer.1 . ; cp etc/codecs.conf .</screen>
+        Ändere die folgende Zeile von:
+        <programlisting>$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1</programlisting>
+        zu:
+        <programlisting>$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/</programlisting>
         und fahre dann fort mit Compilierung und Installation.
       </para>
     </sect2>