summaryrefslogtreecommitdiffstats
path: root/release/doc/share/mk/doc.relnotes.mk
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-05-02 22:02:50 +0000
committerbmah <bmah@FreeBSD.org>2001-05-02 22:02:50 +0000
commitd917f606f3edba70f558ca5105b6d31f1d87c910 (patch)
tree9bbf5944e17823bf08e905a7332e8917e0d7972d /release/doc/share/mk/doc.relnotes.mk
parent4e62455888b4ba195b2d725aa8f15b93e3f74585 (diff)
downloadFreeBSD-src-d917f606f3edba70f558ca5105b6d31f1d87c910.zip
FreeBSD-src-d917f606f3edba70f558ca5105b6d31f1d87c910.tar.gz
RELNOTESng infrastructure fixes:
1. There is now only one RELNOTESng stylesheet; the architecture-specific stylesheets (to handle different values of the arch= attribute) are gone. 2. Several Makefile variable definitions were factored into doc.relnotes.mk. Submitted by: dd
Diffstat (limited to 'release/doc/share/mk/doc.relnotes.mk')
-rw-r--r--release/doc/share/mk/doc.relnotes.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/release/doc/share/mk/doc.relnotes.mk b/release/doc/share/mk/doc.relnotes.mk
index 8248441..51f8444 100644
--- a/release/doc/share/mk/doc.relnotes.mk
+++ b/release/doc/share/mk/doc.relnotes.mk
@@ -2,5 +2,12 @@
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}/share/sgml/release.dsl
+DSLPRINT?= ${RELN_ROOT}/share/sgml/release.dsl
+
# XXX using /release/doc as anchor!
DESTDIR?= ${DOCDIR}/${.CURDIR:C/^.*\/release\/doc//}
OpenPOWER on IntegriCloud