From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 23 Jan 2016 11:58:58 +0000 (+0000)
Subject: Remove release instructions for AIX
X-Git-Tag: v_3_0_25~166
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/faq/@default-cgi@?a=commitdiff_plain;h=84e9de9b41276b9919e61831713eeafe964a9f79;p=privoxy.git

Remove release instructions for AIX

They haven't been working for years and unsurprisingly
nobody seems to care.
---

diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml
index 3046006c..15527128 100644
--- a/doc/source/developer-manual.sgml
+++ b/doc/source/developer-manual.sgml
@@ -21,7 +21,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
- $Id: developer-manual.sgml,v 2.63 2016/01/23 11:57:50 fabiankeil Exp $
+ $Id: developer-manual.sgml,v 2.64 2016/01/23 11:58:05 fabiankeil Exp $
 
  Copyright (C) 2001-2016 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -49,7 +49,7 @@
     </pubdate>
 
 
-    <pubdate>$Id: developer-manual.sgml,v 2.63 2016/01/23 11:57:50 fabiankeil Exp $</pubdate>
+    <pubdate>$Id: developer-manual.sgml,v 2.64 2016/01/23 11:58:05 fabiankeil Exp $</pubdate>
 
 <!--
 
@@ -2741,45 +2741,6 @@ at sourceforge. Three simple steps:
       </para>
     </sect3>
 
-    <sect3 id="newrelease-aix"><title>AIX</title>
-      <para>
-        Login to Sourceforge's compilefarm via ssh:
-      </para>
-      <para>
-        <programlisting>
-  ssh cf.sourceforge.net
-</programlisting>
-      </para>
-      <para>
-        Choose the right operating system.
-        When logged in, <emphasis>make sure that you have freshly exported the right
-        version into an empty directory</emphasis>. (See "Building and releasing
-        packages" above). Then run:
-      </para>
-      <para>
-        <programlisting>
-  cd current
-  autoheader && autoconf && ./configure
-</programlisting>
-      </para>
-      <para>
-        Then run:
-      </para>
-      <para>
-        <programlisting>
-  make aix-dist
-</programlisting>
-      </para>
-      <para>
-        which creates a gzip'ed tar archive. Sadly, you cannot use <command>make
-        aix-upload</command> on the Sourceforge machine (no ncftpput). You now have
-        to manually upload the archive to Sourceforge's ftp server and release
-        the file publicly. Use the release notes and Change Log from the
-        source tarball package.
-      </para>
-    </sect3>
-   </sect2>
-
    <sect2 id="releasing">
    <title>Uploading and Releasing Your Package</title>
     <para>