doc/en/portmgr/Makefile

19 lines
448 B
Makefile

# $FreeBSD: www/en/portmgr/Makefile,v 1.2 2005/12/15 01:10:43 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+= policies_releng_4.sgml
DOCS+= qa.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"