02925c37f4
building the document sets in doc/zh_CN.GB2312 and doc/zh_TW.Big5).
17 lines
293 B
Makefile
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"
|