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

Forgotten by:	kuriyama
This commit is contained in:
Jun Kuriyama 2000-11-07 07:37:55 +00:00
parent 9eab8477e2
commit 5fccce44ff
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8303

View file

@ -1,8 +1,10 @@
# $FreeBSD: www/en/Makefile,v 1.53 2000/09/30 00:21:38 nbm Exp $
# $FreeBSD: www/en/Makefile,v 1.54 2000/10/22 09:22:37 phantom Exp $
.if exists(Makefile.conf)
.include "Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
# These are turned into validated, normalized HTML files.
@ -73,5 +75,4 @@ SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
WEBDIR= data
.include "web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"