Fix revision 1.14: don't build the committers guide if the
variable WEB_ONLY is set. make -> ${MAKE}
This commit is contained in:
parent
58c3eb6063
commit
d96349f0a1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5635
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD: www/en/internal/Makefile,v 1.15 1999/09/06 07:02:45 peter Exp $
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -12,7 +12,9 @@ DOCS+= mirror.sgml
|
||||||
DOCS+= statistic.sgml
|
DOCS+= statistic.sgml
|
||||||
DOCS+= developer.sgml
|
DOCS+= developer.sgml
|
||||||
|
|
||||||
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||||
LOCAL= committers-guide.html
|
LOCAL= committers-guide.html
|
||||||
|
.endif
|
||||||
|
|
||||||
committers-guide.html: ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml
|
committers-guide.html: ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml
|
||||||
(cd ../../../doc/en_US.ISO_8859-1/articles/committers-guide && make FORMATS=html INSTALL_COMPRESSED='')
|
(cd ../../../doc/en_US.ISO_8859-1/articles/committers-guide && make FORMATS=html INSTALL_COMPRESSED='')
|
||||||
|
|
Loading…
Reference in a new issue