20 lines
344 B
Makefile
20 lines
344 B
Makefile
# $FreeBSD: www/en/java/Makefile,v 1.1 2000/01/29 14:16:53 wosch Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
SUBDIR = dists
|
|
SUBDIR+= docs
|
|
SUBDIR+= links
|
|
|
|
DOCS = advocacy.sgml
|
|
DOCS+= howhelp.sgml
|
|
DOCS+= index.sgml
|
|
DOCS+= install.sgml
|
|
DOCS+= newsflash.sgml
|
|
DOCS+= press.sgml
|
|
|
|
DATA= j2j.gif
|
|
|
|
.include "../web.mk"
|