doc/en_US.ISO8859-1/articles/contributors/Makefile
Thomas Abthorpe b7f16a0634 - Add a page for portmgr alumni
Reviewed by:	keramida
2010-12-04 18:18:25 +00:00

27 lines
528 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
SRCS+= contrib.develinmemoriam.sgml
SRCS+= contrib.portmgralumni.sgml
URL_RELPREFIX?= ../../../..
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"