diff --git a/zh/Makefile b/zh/Makefile index e38f140e27..100a801049 100644 --- a/zh/Makefile +++ b/zh/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/zh/Makefile,v 1.2 1999/09/06 07:03:31 peter Exp $ +# $FreeBSD: www/zh/Makefile,v 1.3 1999/12/17 14:16:56 phantom Exp $ .if !defined(WEB_ONLY) || empty(WEB_ONLY) DOCSUBDIR= FAQ @@ -8,7 +8,7 @@ SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr SGMLOPTS+=-e big5 FORMATS= "html ps" -WEBBASE= /data +WEBBASE= /data/zh .include "../web.mk"