Deleted Added
full compact
doc.relnotes.mk (78226) doc.relnotes.mk (78567)
1# $FreeBSD: head/release/doc/share/mk/doc.relnotes.mk 78226 2001-06-14 23:23:21Z dd $
1# $FreeBSD: head/release/doc/share/mk/doc.relnotes.mk 78567 2001-06-21 20:43:43Z dd $
2
3DOC_PREFIX?= ${RELN_ROOT}/../../../doc
4
5# Find the RELNOTESng document catalog
6EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog
7
8# Use the appropriate architecture-dependent RELNOTESng stylesheet
9DSLHTML?= ${RELN_ROOT}/en_US.ISO8859-1/share/sgml/release.dsl
10DSLPRINT?= ${RELN_ROOT}/en_US.ISO8859-1/share/sgml/release.dsl
2
3DOC_PREFIX?= ${RELN_ROOT}/../../../doc
4
5# Find the RELNOTESng document catalog
6EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog
7
8# Use the appropriate architecture-dependent RELNOTESng stylesheet
9DSLHTML?= ${RELN_ROOT}/en_US.ISO8859-1/share/sgml/release.dsl
10DSLPRINT?= ${RELN_ROOT}/en_US.ISO8859-1/share/sgml/release.dsl
11
12# XXX It may be possible to get this right just about all of the time
13# using ${RELN_ROOT}; "/release/doc" is just something that (I think)
14# covers the majority of the cases.
15RELN_ANCHOR?= /release/doc/
16DESTDIR?= ${DOCDIR}/${.CURDIR:C/^.*${RELN_ANCHOR}/}