Since FAQ's Makefile is now knows about web.site.mk, no need to declare

it via DOCSUBDIR.  Use plain SUBDIR instead.

Also remove stale SGMLFLAGS leftovers
This commit is contained in:
Alexey Zelkin 2004-03-23 23:11:49 +00:00
parent 51c89a3b3b
commit bccf88484e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20397

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/zh/Makefile,v 1.5 2000/11/07 05:20:40 kuriyama Exp $
# $FreeBSD: www/zh/Makefile,v 1.6 2001/12/12 11:57:44 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -8,13 +8,9 @@
.endif
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
DOCSUBDIR= FAQ
SUBDIR= FAQ
.endif
SGMLFLAGS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
SGMLFLAGS+= -e big5
FORMATS= "html ps"
WEBBASE= /data/zh
.include "${WEB_PREFIX}/share/mk/web.site.mk"