Allow DSLHTML and DSLPRINT to be overridden ("...=" -> "...?=").
Requested by: Chris Costello
This commit is contained in:
parent
78a51e0eab
commit
8be525f5f5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6426
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.4 1999/12/13 18:14:41 nik Exp $
|
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.5 1999/12/24 01:25:27 nik Exp $
|
||||||
#
|
#
|
||||||
# This include file <doc.docbook.mk> handles building and installing of
|
# This include file <doc.docbook.mk> handles building and installing of
|
||||||
# DocBook documentation in the FreeBSD Documentation Project.
|
# DocBook documentation in the FreeBSD Documentation Project.
|
||||||
|
@ -47,8 +47,8 @@ MASTERDOC?= ${.CURDIR}/${DOC}.sgml
|
||||||
|
|
||||||
JADE= ${PREFIX}/bin/jade
|
JADE= ${PREFIX}/bin/jade
|
||||||
|
|
||||||
DSLHTML= ${DOC_PREFIX}/share/sgml/freebsd.dsl
|
DSLHTML?= ${DOC_PREFIX}/share/sgml/freebsd.dsl
|
||||||
DSLPRINT= ${DOC_PREFIX}/share/sgml/freebsd.dsl
|
DSLPRINT?= ${DOC_PREFIX}/share/sgml/freebsd.dsl
|
||||||
FREEBSDCATALOG= ${DOC_PREFIX}/share/sgml/catalog
|
FREEBSDCATALOG= ${DOC_PREFIX}/share/sgml/catalog
|
||||||
|
|
||||||
DOCBOOKCATALOG= ${PREFIX}/share/sgml/docbook/catalog
|
DOCBOOKCATALOG= ${PREFIX}/share/sgml/docbook/catalog
|
||||||
|
|
Loading…
Reference in a new issue