aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/projects/acpi/Makefile
blob: 0278b6ab73605cbd37c1dbbc7d6e0478687cd31a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ACPI project page
#
# $FreeBSD$

MAINTAINER=	marks

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

DOCS=	index.sgml
DOCS+=	completed.sgml
DATA=	style.css

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