head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2009.04.30.17.37.26;	author delphij;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add release documents for 7.2-RELEASE.
@
text
@# $FreeBSD$
# Original revision: 1.5

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

DATA=	docbook.css
DATA+=	errata.html
DATA+=	hardware.html
DATA+=	readme.html
DATA+=	relnotes-detailed.html

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@
