Switch web.mk to share/mk/web.site.mk in English version.

This commit is contained in:
Jun Kuriyama 2000-11-07 04:05:37 +00:00
parent 8c9a679a8c
commit dd4f2e8d8f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8299
59 changed files with 416 additions and 95 deletions

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/java/Makefile,v 1.1 2000/01/29 14:16:53 wosch Exp $
# $FreeBSD: www/en/java/Makefile,v 1.2 2000/03/02 15:55:14 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
SUBDIR = dists
SUBDIR+= docs
@ -17,4 +20,4 @@ DOCS+= press.sgml
DATA= j2j.gif
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"