INN commit: branches/2.5/doc/pod (hacking.pod)
INN Commit
Russ_Allbery at isc.org
Thu May 21 19:50:11 UTC 2009
Date: Thursday, May 21, 2009 @ 12:50:11
Author: iulius
Revision: 8488
INN 2.5 uses autoconf and autoheader (in our autogen script)
to be generated.
Modified:
branches/2.5/doc/pod/hacking.pod
-------------+
hacking.pod | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: hacking.pod
===================================================================
--- hacking.pod 2009-05-21 19:49:59 UTC (rev 8487)
+++ hacking.pod 2009-05-21 19:50:11 UTC (rev 8488)
@@ -631,7 +631,8 @@
=item 4.
Bump the revision number in F<doc/FAQ> (subject 1.2) so that it could be
-included in the release.
+included in a final release. It should not be changed for a beta or
+a release candidate.
=item 5.
@@ -646,9 +647,10 @@
=item 6.
Check out a copy of the release branch. It's currently necessary to run
-C<configure> to generate F<Makefile.global>. Then run C<make check-manifest>.
-The only differences should be files that are generated by F<configure>; if
-there are any other differences, fix the F<MANIFEST> file.
+C<autogen> and C<configure> to generate F<Makefile.global>. Then, run
+C<make warnings> to generate all necessary files. Afterwards, run
+C<make check-manifest>. There shouldn't be any differences; otherwise,
+fix the F<MANIFEST> file.
=item 7.
More information about the inn-committers
mailing list