summaryrefslogtreecommitdiffstats
path: root/release/doc/share/mk/doc.relnotes.mk
blob: 0a8e9e68d1f81953d9d8f28b279150d8998cadb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

DOC_PREFIX?= ${RELN_ROOT}/../../../doc

# Find the RELNOTESng document catalog
EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog

# Use the appropriate architecture-dependent RELNOTESng stylesheet
DSLHTML?=	${RELN_ROOT}/en_US.ISO8859-1/share/sgml/release.dsl
DSLPRINT?=	${RELN_ROOT}/en_US.ISO8859-1/share/sgml/release.dsl

# XXX It may be possible to get this right just about all of the time
# using ${RELN_ROOT}; "/release/doc" is just something that (I think)
# covers the majority of the cases.
RELN_ANCHOR?=	/release/doc/
DESTDIR?= ${DOCDIR}/${.CURDIR:C/^.*${RELN_ANCHOR}/}
OpenPOWER on IntegriCloud