Combine parts of Chapter 21 and Appendix D from the FreeBSD Handbook

into a separate 'Contributors' article so that everything is in one
place.  This was done for various reasons :

  * This information is way out of scope for the Handbook.

  * When we talk about "Contributors" to FreeBSD or developed by "A
    large team of individuals" on the web site we can point the user
    to a complete document on our web page rather than two separate
    chapters in the Handbook.

  * We can create a plain-text 'CREDITS' file from this SGML and put
    it in /usr/share/misc or similar for all FreeBSD installs if that
    is desired.

Reviewed by: Nik
This commit is contained in:
Murray Stokely 2001-08-01 23:22:35 +00:00
parent af855076ad
commit aec10572d4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10127
2 changed files with 7074 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# $FreeBSD$
DOC?= article
FORMATS?= html
INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=
JADEFLAGS+= -V %generate-article-toc%
SRCS= article.sgml
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

File diff suppressed because it is too large Load diff