1eb55ff65d
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
14 lines
392 B
Makefile
14 lines
392 B
Makefile
# $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}/share/sgml/release.dsl
|
|
DSLPRINT?= ${RELN_ROOT}/share/sgml/release.dsl
|
|
|
|
# XXX using /release/doc as anchor!
|
|
DESTDIR?= ${DOCDIR}/${.CURDIR:C/^.*\/release\/doc//}
|