doc/en_US.ISO8859-1/htdocs/java/links/Makefile
Eitan Adler a23bf5e83b The first link on this page is a 404.
The second link is to an old and outdated book.

Discussed with:	Allan Jude
2013-06-24 20:56:53 +00:00

20 lines
358 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = freebsd.xml
DOCS+= tools.xml
DOCS+= api.xml
DOCS+= index.xml
DOCS+= tutorials.xml
DOCS+= development.xml
DOCS+= resources.xml
DOCS+= vendor.xml
DOCS+= servlets.xml
.include "${DOC_PREFIX}/share/mk/web.site.mk"