Removed references to xpm packages.

diff --git a/README b/README
index 7be39fd..70a5141 100644
--- a/README
+++ b/README
@@ -77,13 +77,6 @@
 If you have libc6 (glibc2), or you compiled the X libraries yourself,
 they were probably compiled with the reentrant option enabled.
 
-You also need to have libXpm (and its header files, e.g. xpm.h)
-installed on your system. The sources for it are available at
-ftp.x.org and all its mirror sites in the directory
-/contrib/libraries.  If you are using RedHat, libXpm is distributed as
-packages xpm and xpm-devel.  Debian distributes libXpm as xpm4.7,
-xpm4g, and xpm4g-dev.  SuSE calls these packages xpm and xpm-devel.
-
 On x86 Systems gcc >= 2.7.2 is required.
 Versions earlier than 2.7.2.3 may have problems when certain files
 are compiled with optimization, often due to problems with header file
diff --git a/documentation/compiling.sgml b/documentation/compiling.sgml
index c0a5aba..a3c7e9f 100644
--- a/documentation/compiling.sgml
+++ b/documentation/compiling.sgml
@@ -37,11 +37,6 @@
 	    </listitem>
 	    <listitem>
 	      <para>
-	        Xpm libs and include files
-	      </para>
-	    </listitem>
-	    <listitem>
-	      <para>
 	        texinfo >= 3.11 (optional, to compile the documentation.)
 	      </para>
 	    </listitem>
@@ -66,8 +61,8 @@
 	  </itemizedlist>
 	</para>
 	<para>
-	  The Red Hat RPMs are gcc-XXX, flex-XXX, XFree86-devel-XXX, xpm-XXX,
-	  and xpm-devel, where XXX is the version number.
+	  The Red Hat RPMs are gcc-XXX, flex-XXX, and
+	  XFree86-devel-XXX, where XXX is the version number.
 	</para>
       </sect2>
 
diff --git a/documentation/installation-und-konfiguration.german b/documentation/installation-und-konfiguration.german
index 93a5b40..90efec9 100644
--- a/documentation/installation-und-konfiguration.german
+++ b/documentation/installation-und-konfiguration.german
@@ -146,25 +146,20 @@
        X benötigt. Die Bibliotheken sind unter Debian im Paket xlib6g
        und die Entwicklerdateien im Paket xlib6g-dev enthalten.
 
-    4. Darüberhinaus benötigt WINE die XPM-Bibliothek (Paket xpm4g),
-       damit das Programm übersetzt werden kann, werden die
-       Entwicklerdateien für XPM benötigt, diese befinden sich im Paket
-       xpm4g-dev.
-
-    5. Für Programme, die im Textmodus ausgeführt werden, kann WINE die
+    4. Für Programme, die im Textmodus ausgeführt werden, kann WINE die
        Bibliothek libncurses verwenden. Damit die Unterstützung dafür in
        das Programm eingebunden wird, müssen die Entwicklerdateien für
        diese Bibliothek installiert sein (Paket libncurses5-dev). Die
        Verwendung der ncurses-Bibliothek ist jedoch optional.
 
-    6. Ebenfalls optional ist die Unterstützung einer OpenGL-kompatiblen
+    5. Ebenfalls optional ist die Unterstützung einer OpenGL-kompatiblen
        Bibliothek, wie z.B. Mesa. Wenn die Unterstützung für OpenGL in
        das Programm eingebunden werden soll, müssen die
        OpenGL-Entwicklerdateien auf dem System installiert sein, wie sie
        z.B. durch das Paket mesag-dev bereitgestellt werden. Zusätzlich
        sind dann natürlich die OpenGL-Bibliotheken selbst erforderlich.
 
-    7. Um WINE zu übersetzen, muss der GNU-C-Compiler benutzt werden.
+    6. Um WINE zu übersetzen, muss der GNU-C-Compiler benutzt werden.
        Empfohlen wird zur Zeit Version 2.95. Weiter werden einige
        Standardwerkzeuge wie make, (f)lex, yacc oder bison benötigt,
        die auf den meisten Linuxsystemen bereits installiert sein sollten.
diff --git a/documentation/porting.sgml b/documentation/porting.sgml
index f463878..a54df22 100644
--- a/documentation/porting.sgml
+++ b/documentation/porting.sgml
@@ -270,9 +270,6 @@
           <para><command>sed</command> (a working copy of)</para>
         </listitem>
         <listitem>
-          <para>xpm</para>
-        </listitem>
-        <listitem>
           <para><command>diff</command> and <command>patch</command>
             are recommended</para>
         </listitem>