doc/en/java/Makefile
Alexey Zelkin 830ac665a1 Re-arrange java/ Makefiles to keep general www/ style.
Remove WEBBASE assignment from all Makefiles. It's located in Makefile.inc now.
2000-03-02 15:55:53 +00:00

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"