Hi Andre, nice fix. One remark see below.
On 10.02.2012 22:53, [email protected] wrote:
Author: nd Date: Fri Feb 10 21:53:19 2012 New Revision: 1242950 URL: http://svn.apache.org/viewvc?rev=1242950&view=rev Log: enter manpage section assignment into property file Modified: httpd/httpd/branches/2.2.x/docs/manual/style/build.properties Modified: httpd/httpd/branches/2.2.x/docs/manual/style/build.properties URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/style/build.properties?rev=1242950&r1=1242949&r2=1242950&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/style/build.properties (original) +++ httpd/httpd/branches/2.2.x/docs/manual/style/build.properties Fri Feb 10 21:53:19 2012 @@ -2,3 +2,23 @@ # No xml files yet # noxml.fr = upgrading.html.fr + + +manpages.8 = \ + apachectl \ + htcacheclean \ + httpd \ + rotatelogs \ + suexec + + +manpages.1 = \ + ab \ + apxs \ + dbmmanage \ + htdbm \ + htdigest \ + htpasswd \ + httxt2dbm \ + logresolve +
Should be move ab, apxs and logrotate back to section 8? I think they have been there until version 2.2.21 and moving them to section 1 was a bug for 2.2.x, because it was only meant to be done for 2.4.x and trunk.
For 2.0.x you already have put them into section 8. Regards, Rainer
