Deleted Added
full compact
doc.relnotes.mk (79231) doc.relnotes.mk (79462)
1# $FreeBSD: head/release/doc/share/mk/doc.relnotes.mk 79231 2001-07-04 17:53:48Z bmah $
1# $FreeBSD: head/release/doc/share/mk/doc.relnotes.mk 79462 2001-07-09 16:01:38Z bmah $
2
3DOC_PREFIX?= ${RELN_ROOT}/../../../doc
4
2
3DOC_PREFIX?= ${RELN_ROOT}/../../../doc
4
5# Find the RELNOTESng document catalog
5# Find the RELNOTESng document catalogs
6EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog
6EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog
7EXTRA_CATALOGS+= ${RELN_ROOT}/${LANGCODE}/share/sgml/catalog
7
8# Use the appropriate architecture-dependent RELNOTESng stylesheet
8
9# 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
10DSLHTML?= ${RELN_ROOT}/share/sgml/default.dsl
11DSLPRINT?= ${RELN_ROOT}/share/sgml/default.dsl