Add a STYLESHEET_TYPE variable, which defaults to 'dsssl'. When set to

'xsl' a different set of rules are invoked to use an XSL toolchain
(processors, stylesheets, and so forth) to convert the DocBook to the
various different output formats.

I haven't actually written the rules that are invoked when this knob is
set to 'xsl'.  But how hard can it be. . .
This commit is contained in:
Nik Clayton 2002-05-05 15:30:06 +00:00
parent e5d8a3ba7f
commit f89cff1e15
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12968

View file

@ -102,6 +102,9 @@ DOCBOOKSUFFIX?= sgml
MASTERDOC?= ${.CURDIR}/${DOC}.${DOCBOOKSUFFIX}
# Which stylesheet type to use. 'dsssl' or 'xsl'
STYLESHEET_TYPE?= dsssl
.if ${MACHINE_ARCH} == "alpha"
OPENJADE= yes
.endif