1# $FreeBSD$
2
3RELN_ROOT?= ${.CURDIR}/../..
4.ifdef NO_LANGCODE_IN_DESTDIR
5DESTDIR?= ${DOCDIR}/readme
6.else
7DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/readme
8.endif
9
10DOC?= article
11FORMATS?= html
12INSTALL_COMPRESSED?= gz
13INSTALL_ONLY_COMPRESSED?=
14
15# 
16# SRCS lists the individual SGML files that make up the document. Changes
17# to any of these files will force a rebuild
18#
19
20# SGML content
21SRCS+=	article.xml
22
23.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
24.include "${DOC_PREFIX}/share/mk/doc.project.mk"
25