2003-06-28 17:38:02 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
# Original revision: 1.1
|
|
|
|
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../../..
|
|
|
|
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
|
|
|
|
JADEFLAGS+= -V %generate-article-toc%
|
|
|
|
|
|
|
|
# SGML content
|
2012-10-01 11:26:49 +00:00
|
|
|
SRCS+= article.xml
|
2003-06-28 17:38:02 +00:00
|
|
|
SRCS+= ../common/relnotes.ent
|
2012-10-01 11:26:49 +00:00
|
|
|
SRCS+= ../common/new.xml
|
2003-06-28 17:38:02 +00:00
|
|
|
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|