Separate the Alpha arch test and the OPENJADE test. This also gets
"OPENJADE" exported in the Alpha case so it matches the non-Alpha case. Silence by: doc@freebsd.org
This commit is contained in:
parent
d862c5df5e
commit
e6e620e787
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9048
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.28 2001/03/11 18:26:06 nik Exp $
|
||||
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.29 2001/03/18 15:48:10 alex Exp $
|
||||
#
|
||||
# This include file <doc.docbook.mk> handles building and installing of
|
||||
# DocBook documentation in the FreeBSD Documentation Project.
|
||||
|
@ -53,7 +53,11 @@ DOCBOOKSUFFIX?= sgml
|
|||
|
||||
MASTERDOC?= ${.CURDIR}/${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
.if defined(OPENJADE) || ${MACHINE_ARCH} == "alpha"
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
OPENJADE= yes
|
||||
.endif
|
||||
|
||||
.if defined(OPENJADE)
|
||||
JADE?= ${PREFIX}/bin/openjade
|
||||
JADECATALOG?= ${PREFIX}/share/sgml/openjade/catalog
|
||||
NSGMLS?= ${PREFIX}/bin/onsgmls
|
||||
|
|
Loading…
Reference in a new issue