From: Fabian Keil <fk@fabiankeil.de> Date: Tue, 15 Dec 2020 07:22:58 +0000 (+0100) Subject: developer-manual: Remove the packaging instructions for Solaris X-Git-Tag: v_3_0_30~250 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/coding.html?a=commitdiff_plain;h=58bca8155ebdd1f8d7b3babf9da9d384966972d8;p=privoxy.git developer-manual: Remove the packaging instructions for Solaris They don't work and we don't release Solaris packages anymore anyway. --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 2a40f069..55eea521 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -2606,38 +2606,6 @@ for-privoxy-version=3.0.11 </programlisting> </sect3> - <sect3 id="newrelease-solaris"><title>Solaris</title> - <para> - Login to Sourceforge's compilefarm via ssh: - </para> - <programlisting> - ssh cf.sourceforge.net -</programlisting> - <para> - Choose the right operating system (not the Debian one). - 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> - <programlisting> - cd current - autoheader && autoconf && ./configure -</programlisting> - <para> - Then run - </para> - <programlisting> - gmake solaris-dist -</programlisting> - <para> - which creates a gzip'ed tar archive. Sadly, you cannot use <command>make - solaris-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> - <sect3 id="NEWRELEASE-WINDOWS"><title>Windows</title> <!-- so annoying: docbook generated ids are UPPERCASE so links to "whatever.html#idtag" DO NOT WORK!!