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:
parent
e5d8a3ba7f
commit
f89cff1e15
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12968
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue