doc/en_US.ISO8859-1/htdocs/java/docs/Makefile
2013-06-24 20:47:41 +00:00

15 lines
266 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+= performance.xml
.include "${DOC_PREFIX}/share/mk/web.site.mk"