2001-04-29 21:05:12 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
DOC_PREFIX?= ${RELN_ROOT}/../../../doc
|
|
|
|
|
2001-05-02 22:02:50 +00:00
|
|
|
# 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
|
|
|
|
|
2001-04-29 21:05:12 +00:00
|
|
|
# XXX using /release/doc as anchor!
|
|
|
|
DESTDIR?= ${DOCDIR}/${.CURDIR:C/^.*\/release\/doc//}
|