If running on the Alpha, use OpenJade.
Forgotten by: who ever did the doc.docbook.mk Alpha support Silence by: doc@freebsd.org
This commit is contained in:
parent
e6e620e787
commit
3cdf03e3f3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9049
1 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/share/mk/doc.html.mk,v 1.5 2001/03/13 03:03:46 jim Exp $
|
||||
# $FreeBSD: doc/share/mk/doc.html.mk,v 1.6 2001/03/13 18:29:06 nik Exp $
|
||||
#
|
||||
# This include file <doc.html.mk> handles building and installing of
|
||||
# HTML documentation in the FreeBSD Documentation Project.
|
||||
|
@ -47,12 +47,16 @@ KNOWN_FORMATS= html txt tar pdb
|
|||
|
||||
HTMLCATALOG= ${PREFIX}/share/sgml/html/catalog
|
||||
|
||||
.if !defined(OPENJADE)
|
||||
NSGMLS?= nsgmls
|
||||
SGMLNORM?= sgmlnorm
|
||||
.else
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
OPENJADE= yes
|
||||
.endif
|
||||
|
||||
.if defined(OPENJADE)
|
||||
NSGMLS?= onsgmls
|
||||
SGMLNORM?= osgmlnorm
|
||||
.else
|
||||
NSGMLS?= nsgmls
|
||||
SGMLNORM?= sgmlnorm
|
||||
.endif
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue