- implementation details of the Ports Collection. This is necessary background to understand why certain policy decisions have been made. - definitions and clarification of policies for maintainer timeouts, "sweeping changes", and related matters. This text has been separated out into smaller pages (policies_*) for easier reference. Reviewed by: portmgr team
18 lines
418 B
Makefile
18 lines
418 B
Makefile
# $FreeBSD: www/en/portmgr/Makefile,v 1.1 2005/03/12 07:30:25 linimon Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS?= index.sgml
|
|
DOCS+= charter.sgml
|
|
DOCS+= implementation.sgml
|
|
DOCS+= policies.sgml
|
|
DOCS+= policies_committing.sgml
|
|
DOCS+= policies_contributors.sgml
|
|
DOCS+= qa.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|