From: Fabian Keil <fk@fabiankeil.de> Date: Tue, 15 Dec 2020 06:58:36 +0000 (+0100) Subject: developer-manual: Remove a couple of package-dependend upload instructions X-Git-Tag: v_3_0_30~253 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@edit-actions-section-add?a=commitdiff_plain;h=59b248b1c09c7599ced6e53b64ca85ca51ab3de9;p=privoxy.git developer-manual: Remove a couple of package-dependend upload instructions ... that don't actually work. --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 5cb375a6..f948087d 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -2567,17 +2567,6 @@ for-privoxy-version=3.0.11 <programlisting> make tarball-dist </programlisting> - <para> - To upload the package to Sourceforge, simply issue - </para> - <programlisting> - make tarball-upload -</programlisting> - <para> - Go to the displayed URL and release the file publicly on Sourceforge. - For the change log field, use the relevant section of the - <filename>ChangeLog</filename> file. - </para> </sect3> <sect3 id="newrelease-rpm"><title>SuSE, Conectiva or Red Hat RPM</title> @@ -2615,18 +2604,6 @@ for-privoxy-version=3.0.11 <programlisting> make <replaceable class="parameter">dist</replaceable>-dist </programlisting> - <para> - To upload the package to Sourceforge, simply issue - </para> - <programlisting> - make <replaceable class="parameter">dist</replaceable>-upload <replaceable class="parameter">rpm_packagerev</replaceable> -</programlisting> - <para> - where <replaceable class="parameter">rpm_packagerev</replaceable> is the - RPM release number as determined above. - Go to the displayed URL and release the file publicly on Sourceforge. - Use the release notes and change log from the source tarball package. - </para> </sect3> <sect3 id="newrelease-solaris"><title>Solaris</title> @@ -2729,12 +2706,8 @@ for-privoxy-version=3.0.11 <para> This will create <filename>../privoxy_&p-version;-&p-status;-1_i386.deb</filename> - which can be uploaded. To upload the package to Sourceforge, simply - issue + which can be uploaded. </para> - <programlisting> - make debian-upload -</programlisting> </sect3> <sect3 id="newrelease-macosx"><title>Mac OS X</title>