Fix revision 1.62:
the subdir 'doc' and 'tutorials' are *not* web pages and should not build if WEB_ONLY=YES is set
This commit is contained in:
parent
e94c76d8b4
commit
0f83f69e2f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9270
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $FreeBSD: www/en/Makefile,v 1.62 2001/04/17 09:05:42 nik Exp $
|
# $FreeBSD: www/en/Makefile,v 1.63 2001/04/17 12:18:20 nik Exp $
|
||||||
.if exists(Makefile.conf)
|
.if exists(Makefile.conf)
|
||||||
.include "Makefile.conf"
|
.include "Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
@ -31,7 +31,6 @@ DATA= robots.txt
|
||||||
# SGML
|
# SGML
|
||||||
SUBDIR= security
|
SUBDIR= security
|
||||||
SUBDIR+= commercial
|
SUBDIR+= commercial
|
||||||
SUBDIR+= doc
|
|
||||||
SUBDIR+= docproj
|
SUBDIR+= docproj
|
||||||
SUBDIR+= news
|
SUBDIR+= news
|
||||||
SUBDIR+= alpha
|
SUBDIR+= alpha
|
||||||
|
@ -47,11 +46,14 @@ SUBDIR+= smp
|
||||||
SUBDIR+= conspectus
|
SUBDIR+= conspectus
|
||||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||||
SUBDIR+= ports
|
SUBDIR+= ports
|
||||||
|
SUBDIR+= doc
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# These *must* be listed after the "doc" subdir, as they create symlinks
|
# These *must* be listed after the "doc" subdir, as they create symlinks
|
||||||
# in to it.
|
# in to it.
|
||||||
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||||
SUBDIR+= tutorials
|
SUBDIR+= tutorials
|
||||||
|
.endif
|
||||||
|
|
||||||
# Non-SGML
|
# Non-SGML
|
||||||
SUBDIR+= gifs
|
SUBDIR+= gifs
|
||||||
|
|
Loading…
Reference in a new issue