2000-11-07 06:20:40 +01:00
|
|
|
# $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
|
1999-02-03 15:02:57 +01:00
|
|
|
|
1999-12-17 15:16:56 +01:00
|
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
1999-02-03 15:02:57 +01:00
|
|
|
DOCSUBDIR= FAQ
|
1999-12-17 15:16:56 +01:00
|
|
|
.endif
|
|
|
|
|
1999-02-03 15:02:57 +01:00
|
|
|
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
|
|
|
SGMLOPTS+=-e big5
|
|
|
|
FORMATS= "html ps"
|
|
|
|
|
2000-02-28 13:51:21 +01:00
|
|
|
WEBBASE= /data/zh
|
1999-02-03 15:02:57 +01:00
|
|
|
|
2000-11-07 06:20:40 +01:00
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|