- Remove deprecated listings of teams (since they were moved to [1] and
they are maintained at administration [2]):
- Core Team (section 2)
- Other FreeBSD Teams, like The FreeBSD Documentation Engineering Team,
The FreeBSD Port Management Team, and so on (section 3)
- Miscellaneous Hats, like The FreeBSD Bugmeisters and GNATS admins,
The FreeBSD Security Officers, and so on (section 4)
- FreeBSD Release Engineering Teams, like Primary FreeBSD Release
Engineering Team, AMD64 Release Engineering Team, and so on
(section 5)
- The FreeBSD Documentation Project, like Handbook Editor,
FAQ Editor, and so on (section 7)
- Who is Responsible for What, like CVSup Mirror Site Coordinator,
Postmaster, and so on (section 8)
- Move Adam Weinberger (adamw@) back to active developers
- Fix ordering of rnolan@ and sbruno@
- Add wes@ and imp@ to the Core Team Alumni
[1] http://lists.freebsd.org/pipermail/cvs-doc/2007-March/015350.html
[2] http://www.freebsd.org/administration.html
Discussed with: joel, remko (section 7), ache (section 8)
Reviewed by: joel
Approved by: gabor (mentor)
25 lines
458 B
Makefile
25 lines
458 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# Article: Contributors to FreeBSD
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
WITH_ARTICLE_TOC?= YES
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
SRCS+= contrib.ent
|
|
SRCS+= contrib.386bsd.sgml
|
|
SRCS+= contrib.additional.sgml
|
|
SRCS+= contrib.committers.sgml
|
|
SRCS+= contrib.corealumni.sgml
|
|
SRCS+= contrib.develalumni.sgml
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|