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

This commit is contained in:
Jun Kuriyama 2000-11-07 05:20:40 +00:00
parent 8b414f9277
commit 9eab8477e2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8302

View file

@ -1,4 +1,11 @@
# $FreeBSD: www/zh/Makefile,v 1.3 1999/12/17 14:16:56 phantom Exp $
# $FreeBSD: www/zh/Makefile,v 1.4 2000/02/28 12:51:21 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
DOCSUBDIR= FAQ
@ -10,5 +17,4 @@ FORMATS= "html ps"
WEBBASE= /data/zh
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"