doc/zh/Makefile
Alexey Zelkin bccf88484e 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
2004-03-23 23:11:49 +00:00

16 lines
323 B
Makefile

# $FreeBSD: www/zh/Makefile,v 1.6 2001/12/12 11:57:44 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)
SUBDIR= FAQ
.endif
WEBBASE= /data/zh
.include "${WEB_PREFIX}/share/mk/web.site.mk"