21 lines
462 B
Makefile
21 lines
462 B
Makefile
# $FreeBSD: www/en/java/links/Makefile,v 1.2 2000/03/02 15:55:53 phantom Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS = freebsd.sgml
|
|
DOCS+= tools.sgml
|
|
DOCS+= api.sgml
|
|
DOCS+= index.sgml
|
|
DOCS+= tutorials.sgml
|
|
DOCS+= development.sgml
|
|
DOCS+= resources.sgml
|
|
DOCS+= vendor.sgml
|
|
DOCS+= documentation.sgml
|
|
DOCS+= servlets.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|