Inform ports submitters about not including README.html files.
Reviewed by: jim
This commit is contained in:
parent
1f482d4ee0
commit
221462df2d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7489
2 changed files with 20 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.106 2000/06/10 21:05:53 asmodai Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.107 2000/06/16 00:04:01 jim Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||||
|
@ -3147,6 +3147,15 @@ mysql:*:88:88:MySQL Daemon:/var/db/mysql:/sbin/nologin</programlisting>
|
||||||
release.</para>
|
release.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
<sect1>
|
||||||
|
<title><filename>README.html</filename></title>
|
||||||
|
|
||||||
|
<para>Do not include the <filename>README.html</filename> file. This
|
||||||
|
file is not part of the cvs collection but is generated using the
|
||||||
|
<command>make readme</command> command.
|
||||||
|
</para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1>
|
||||||
<title>Miscellanea</title>
|
<title>Miscellanea</title>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.106 2000/06/10 21:05:53 asmodai Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.107 2000/06/16 00:04:01 jim Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||||
|
@ -3147,6 +3147,15 @@ mysql:*:88:88:MySQL Daemon:/var/db/mysql:/sbin/nologin</programlisting>
|
||||||
release.</para>
|
release.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
<sect1>
|
||||||
|
<title><filename>README.html</filename></title>
|
||||||
|
|
||||||
|
<para>Do not include the <filename>README.html</filename> file. This
|
||||||
|
file is not part of the cvs collection but is generated using the
|
||||||
|
<command>make readme</command> command.
|
||||||
|
</para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1>
|
||||||
<title>Miscellanea</title>
|
<title>Miscellanea</title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue