head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2011.07.20.17.50.26;	author tabthorpe;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add guidelines for ports mentoring as an article.

PR:		docs/155513 (based on)
Submitted by:	crees
Reviewed by:	rene
@
text
@#
# $FreeBSD$
#
# Article: Port Mentor Guidelines
#

DOC?= article

FORMATS?= html
WITH_ARTICLE_TOC?= YES

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

SRCS=		article.sgml

DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@
