Complete one last detail about adding a new ports category.

Silence on:	freebsd-doc
This commit is contained in:
Mark Linimon 2004-12-22 07:54:15 +00:00
parent d26fc05d94
commit 6fbfabba58
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23312

View file

@ -727,11 +727,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
</itemizedlist> </itemizedlist>
<para>You will almost certainly get a conflict because <para>You will almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.218 2004-12-08 12:41:41 josef Exp $</literal> (or in FreeBSD's case, of the <literal>$Id: article.sgml,v 1.219 2004-12-22 07:54:15 linimon Exp $</literal> (or in FreeBSD's case,
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>) <literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
lines, so you will have to edit the file to resolve the conflict lines, so you will have to edit the file to resolve the conflict
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.218 2004-12-08 12:41:41 josef Exp $</literal> line, (remove the marker lines and the second <literal>$Id: article.sgml,v 1.219 2004-12-22 07:54:15 linimon Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.218 2004-12-08 12:41:41 josef Exp $</literal> line intact).</para> leaving the original <literal>$Id: article.sgml,v 1.219 2004-12-22 07:54:15 linimon Exp $</literal> line intact).</para>
</listitem> </listitem>
<listitem> <listitem>
@ -2795,12 +2795,6 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
<filename>www/en/ports/categories</filename>.</para> <filename>www/en/ports/categories</filename>.</para>
</step> </step>
<step>
<para>The procedure to update the <ulink
url="&url.base;/ports/index.html">ports web pages</ulink>
to reflect the new category is not yet defined.</para>
</step>
<step> <step>
<para>Only once all the above have been done, and <para>Only once all the above have been done, and
no one is any longer reporting problems with the no one is any longer reporting problems with the
@ -2808,6 +2802,13 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
their previous locations in the repository.</para> their previous locations in the repository.</para>
</step> </step>
</procedure> </procedure>
<para>It is not necessary to manually update the <ulink
url="&url.base;/ports/index.html">ports web pages</ulink>
to reflect the new category. This is now done automatically
via your change to <filename>www/en/ports/categories</filename>
and the daily automated rebuild of <filename>INDEX</filename>.
</para>
</answer> </answer>
</qandaentry> </qandaentry>
</qandadiv> </qandadiv>