blob: 73b95e2236645051363f3b73831a3a59fccae841 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= books.xml
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|