svn commit: r50837 - head/en_US.ISO8859-1/articles/freebsd-releng
Glen Barber
gjb at FreeBSD.org
Thu Sep 14 15:44:36 UTC 2017
Author: gjb
Date: Thu Sep 14 15:44:35 2017
New Revision: 50837
URL: https://svnweb.freebsd.org/changeset/doc/50837
Log:
Document where the HTML pages for a release, such as hardware.html,
relnotes.html, readme.html, etc., are created.
Sponsored by: The FreeBSD Foundation
Modified:
head/en_US.ISO8859-1/articles/freebsd-releng/releng-website.xml
Modified: head/en_US.ISO8859-1/articles/freebsd-releng/releng-website.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/freebsd-releng/releng-website.xml Thu Sep 14 12:31:48 2017 (r50836)
+++ head/en_US.ISO8859-1/articles/freebsd-releng/releng-website.xml Thu Sep 14 15:44:35 2017 (r50837)
@@ -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">
More information about the svn-doc-head
mailing list