Document where the HTML pages for a release, such as hardware.html,

relnotes.html, readme.html, etc., are created.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-09-14 15:44:35 +00:00
parent 713792bb69
commit 5e2b9f3d80
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50837

View file

@ -108,6 +108,26 @@
</tbody>
</tgroup>
</informaltable>
<para>Once the &branch.relengx; branch is created, the various
release-related documents need to be generated and manually
added to the <literal>doc/</literal> repository.</para>
<para>Within <filename class="directory">release/doc</filename>,
invoke &man.make.1; to generate
<filename>errata.html</filename>,
<filename>hardware.html</filename>,
<filename>readme.html</filename>, and
<filename>relnotes.html</filename> pages, which are then added
to <filename
class="directory">doc/head/en_US.ISO8859-1/htdocs/releases/<replaceable>X.Y</replaceable>R/</filename>,
where <replaceable>X.Y</replaceable> represents the major and
minor version number of the release.</para>
<para>The <literal>fbsd:nokeywords</literal> must be set to
<literal>on</literal> on the newly-added files before the
pre-commit hooks will allow them to be added to the
repository.</para>
</sect2>
<sect2 xml:id="releng-ports-beta-rc">