aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/4.2R/Makefile
blob: e465bb62e6f07bba834d77827f9438ecdf7768c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

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

DOCS=	announce.xml
DOCS+=	errata.xml
DOCS+=	notes.xml

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