current/doc/source developer-manual.sgml, 2.77, 2.78
Lee <[email protected]> Thu, 25 Aug 2016 19:53:30 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current/doc/source
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21196/current/doc/source
Modified Files:
developer-manual.sgml
Log Message:
add a note about "entity p-version" and "entity p-status" needing to be updated
in the documentation source files to the "Before the Release:" section of the
developer manual.
Index: developer-manual.sgml
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/source/developer-manual.sgml,v
retrieving revision 2.77
retrieving revision 2.78
diff -C2 -d -r2.77 -r2.78
*** developer-manual.sgml 25 Aug 2016 19:22:20 -0000 2.77
--- developer-manual.sgml 25 Aug 2016 19:53:28 -0000 2.78
***************
*** 2127,2130 ****
--- 2127,2155 ----
<listitem>
<para>
+ Update the sgml documentation source files with the version number
+ <programlisting>
+ <!entity p-version "3.0.26">
+ </programlisting>
+ and set the code status
+ <programlisting>
+ <!entity p-status "stable">
+ </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>
+ <listitem>
+ <para>
All documentation should be rebuild after the version bump.
Finished docs should be then be committed to CVS (for those
------------------------------------------------------------------------------