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:
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
16
en_US.ISO8859-1/articles/contributors/Makefile
Normal file
16
en_US.ISO8859-1/articles/contributors/Makefile
Normal 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"
|
7058
en_US.ISO8859-1/articles/contributors/article.sgml
Normal file
7058
en_US.ISO8859-1/articles/contributors/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue