Note that WEB_ONLY should also be defined for building without doc/
and that the result will be a partial build. PR: www/78239 Submitted by: Devon H. O'Dell <dodell@offmyserver.com> (original version)
This commit is contained in:
parent
e84e2324e7
commit
457cbf9a78
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23967
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# bsd.web.mk
|
||||
# $FreeBSD: www/share/mk/web.site.mk,v 1.63 2004/11/13 12:23:19 ceri Exp $
|
||||
# $FreeBSD: www/share/mk/web.site.mk,v 1.64 2005/01/20 00:24:24 keramida Exp $
|
||||
|
||||
#
|
||||
# Build and install a web site.
|
||||
|
@ -131,7 +131,8 @@ DOC_PREFIX?= ${WEB_PREFIX}/../doc
|
|||
.include "${DOC_PREFIX}/share/mk/doc.common.mk"
|
||||
.else
|
||||
.error ${DOC_PREFIX}/share/mk/doc.common.mk not found.\
|
||||
Define $$WITHOUT_DOC for building without the doc/ module.
|
||||
Define $$WITHOUT_DOC and $$WEB_ONLY for performing a partial\
|
||||
build without the doc/ module.
|
||||
.endif
|
||||
.else # !defined(WITHOUT_DOC)
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue