2001-04-27 21:28:02 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-04-29 21:05:12 +00:00
|
|
|
RELN_ROOT?= ${.CURDIR}/../../..
|
|
|
|
|
2001-04-27 21:28:02 +00:00
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
|
|
INSTALL_ONLY_COMPRESSED?=
|
2001-04-29 21:05:12 +00:00
|
|
|
EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog
|
2001-04-27 21:28:02 +00:00
|
|
|
|
|
|
|
# SGML content
|
|
|
|
SRCS+= article.sgml
|
|
|
|
SRCS+= proc-i386.sgml
|
|
|
|
SRCS+= ../common/hw.ent
|
|
|
|
SRCS+= ../common/artheader.sgml
|
|
|
|
SRCS+= ../common/dev.sgml
|
|
|
|
SRCS+= ../common/config.sgml
|
|
|
|
|
|
|
|
# Use the appropriate architecture-dependent RELNOTESng stylesheet
|
2001-04-29 21:05:12 +00:00
|
|
|
DSLHTML?= ${RELN_ROOT}/share/sgml/release-i386.dsl
|
|
|
|
DSLPRINT?= ${RELN_ROOT}/share/sgml/release-i386.dsl
|
2001-04-27 21:28:02 +00:00
|
|
|
|
2001-04-29 21:05:12 +00:00
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
2001-04-27 21:28:02 +00:00
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|