2001-04-27 21:28:02 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-04-29 21:05:12 +00:00
|
|
|
RELN_ROOT?= ${.CURDIR}/../..
|
2001-06-21 20:43:43 +00:00
|
|
|
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/readme
|
2001-04-29 21:05:12 +00:00
|
|
|
|
2001-04-27 21:28:02 +00:00
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
|
|
|
|
#
|
|
|
|
# SRCS lists the individual SGML files that make up the document. Changes
|
|
|
|
# to any of these files will force a rebuild
|
|
|
|
#
|
|
|
|
|
|
|
|
# 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"
|