13 lines
247 B
Makefile
13 lines
247 B
Makefile
# $FreeBSD$
|
|
# Original Revision: 1.6
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= books.xml webresources.xml
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|