View | Details | Raw Unified | Return to bug 78239
Collapse All | Expand All

(-)en/Makefile Mon Feb 28 07:37:23 2005 (+2 lines)
Lines 60-66 Link Here
60
SUBDIR+= snapshots
60
SUBDIR+= snapshots
61
SUBDIR+= tutorials
61
SUBDIR+= tutorials
62
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
62
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
63
.if !defined(WITHOUT_DOC)
63
SUBDIR+= doc
64
SUBDIR+= doc
65
.endif
64
SUBDIR+= ports
66
SUBDIR+= ports
65
.endif
67
.endif
66
.if defined(BUILD_RELNOTES)
68
.if defined(BUILD_RELNOTES)
(-)share/mk/web.site.mk Mon Feb 28 07:42:09 2005 (-1 / +1 lines)
Lines 131-137 Link Here
131
.include "${DOC_PREFIX}/share/mk/doc.common.mk"
131
.include "${DOC_PREFIX}/share/mk/doc.common.mk"
132
.else
132
.else
133
.error ${DOC_PREFIX}/share/mk/doc.common.mk not found.\
133
.error ${DOC_PREFIX}/share/mk/doc.common.mk not found.\
134
	Define $$WITHOUT_DOC for building without the doc/ module.
134
	Define $$WITHOUT_DOC for building without the doc/ module and $
135
.endif
135
.endif
136
.else # !defined(WITHOUT_DOC)
136
.else # !defined(WITHOUT_DOC)
137
#
137
#

Return to bug 78239