# The FreeBSD German Documentation Project
# The FreeBSD Documentation Project
# $FreeBSD: head/de_DE.ISO8859-1/htdocs/releases/4.11R/Makefile 39631 2012-10-01 09:53:01Z gabor $
# $FreeBSDde: de-www/releases/4.11R/Makefile,v 1.1 2005/01/26 01:19:12 mheinen Exp $
# basiert auf: 1.3

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

DOCS=	announce.xml
DOCS+=	hardware.xml
DOCS+=	installation.xml
DOCS+=	relnotes.xml

DATA=	docbook.css
DATA+=	errata.html
DATA+=	hardware-alpha.html
DATA+=	hardware-i386.html
DATA+=	installation-alpha.html
DATA+=	installation-i386.html
DATA+=	readme.html
DATA+=	relnotes-alpha.html
DATA+=	relnotes-i386.html

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