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,4 +1,11 @@
# $FreeBSD$
# $FreeBSD: www/en/java/dists/Makefile,v 1.3 2000/03/02 15:55:29 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = 10.sgml
DOCS+= 11.sgml
@ -6,4 +13,4 @@ DOCS+= 12.sgml
DOCS+= 13.sgml
DOCS+= index.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"