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: www/en/java/docs/Makefile,v 1.2 2000/03/02 15:55:52 phantom Exp $
# $FreeBSD: www/en/java/docs/Makefile,v 1.3 2000/05/03 14:14:27 patrick Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = faq.sgml
DOCS+= howtoports.sgml
@ -6,4 +13,4 @@ DOCS+= newbies.sgml
DOCS+= tutorials.sgml
DOCS+= performance.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"