doc/zh_CN/Makefile
Hiroki Sato 02925c37f4 Add www/zh_CN and www/zh_TW directories (currently they are only for
building the document sets in doc/zh_CN.GB2312 and doc/zh_TW.Big5).
2006-07-11 13:24:05 +00:00

17 lines
293 B
Makefile

# $FreeBSD$
# Original revision:
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR+= doc
.endif
WEBBASE?= /data/zh_CN
.include "${WEB_PREFIX}/share/mk/web.site.mk"