aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/2.0/Makefile
blob: 3ad1a45ffcea763454ec24a5dd931f0dfb29742a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD: www/en/releases/2.0/Makefile,v 1.2 2000/11/07 04:05:23 kuriyama Exp $

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS=	announce.sgml
DOCS+=	credits.sgml
DOCS+=	install.sgml
DOCS+=	notes.sgml

.include "${DOC_PREFIX}/share/mk/web.site.mk"