add a note about "entity p-version" and "entity p-status" needing to be updated
authorLee <ler762@users.sourceforge.net>
Thu, 25 Aug 2016 19:53:28 +0000 (19:53 +0000)
committerLee <ler762@users.sourceforge.net>
Thu, 25 Aug 2016 19:53:28 +0000 (19:53 +0000)
in the documentation source files to the "Before the Release:" section of the
developer manual.

doc/source/developer-manual.sgml

index 2c815aa..486873e 100644 (file)
@@ -21,7 +21,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
- $Id: developer-manual.sgml,v 2.76 2016/08/25 19:17:57 ler762 Exp $
+ $Id: developer-manual.sgml,v 2.77 2016/08/25 19:22:20 ler762 Exp $
 
  Copyright (C) 2001-2016 Privoxy Developers https://www.privoxy.org/
  See LICENSE.
@@ -49,7 +49,7 @@
     </pubdate>
 
 
-    <pubdate>$Id: developer-manual.sgml,v 2.76 2016/08/25 19:17:57 ler762 Exp $</pubdate>
+    <pubdate>$Id: developer-manual.sgml,v 2.77 2016/08/25 19:22:20 ler762 Exp $</pubdate>
 
 <!--
 
@@ -2121,6 +2121,31 @@ Install the rpm. Any error messages?
 #############################################################################
 #MASTER# COMMENT: The minimum Privoxy version:
 for-privoxy-version=3.0.11
+</programlisting>
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+        Update the sgml documentation source files with the version number
+        <programlisting>
+&lt;!entity p-version "3.0.26"&gt;
+</programlisting>
+        and set the code status
+        <programlisting>
+&lt;!entity p-status "stable"&gt;
+</programlisting>
+        to one of "alpha", "beta" or "stable" in
+        <programlisting>
+  current/doc/source/authors.sgml
+  current/doc/source/config.sgml
+  current/doc/source/developer-manual.sgml
+  current/doc/source/faq.sgml
+  current/doc/source/install.sgml
+  current/doc/source/privoxy-man-page.sgml
+  current/doc/source/readme.sgml
+  current/doc/source/user-manual.sgml
+and in
+  current/doc/source/webserver/index.sgml
 </programlisting>
        </para>
       </listitem>