16 lines
287 B
Makefile
16 lines
287 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS = faq.xml
|
|
DOCS+= howtoports.xml
|
|
DOCS+= newbies.xml
|
|
DOCS+= tutorials.xml
|
|
DOCS+= performance.xml
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|