doc/en/java/dists/Makefile
Alexey Zelkin 39cdaa4402 Well, announce a first patchset for Sun JDK 1.4.0. Time to wake up
folks :)

Committed from: Terminal room at EuroBSD Conference'2002
2002-11-15 12:20:24 +00:00

17 lines
348 B
Makefile

# $FreeBSD: www/en/java/dists/Makefile,v 1.4 2000/11/07 04:05:17 kuriyama Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = 10.sgml
DOCS+= 11.sgml
DOCS+= 12.sgml
DOCS+= 13.sgml
DOCS+= 14.sgml
DOCS+= index.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"