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?=
|
|
|
|
|
|
|
|
# SGML content
|
|
|
|
SRCS+= article.sgml
|
|
|
|
|
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"
|