176082Sbmah# $FreeBSD$
276082Sbmah
376140SddRELN_ROOT?= ${.CURDIR}/../..
482872Sdd.ifdef NO_LANGCODE_IN_DESTDIR
582872SddDESTDIR?= ${DOCDIR}/readme
682872Sdd.else
778567SddDESTDIR?= ${DOCDIR}/en_US.ISO8859-1/readme
882872Sdd.endif
976140Sdd
1076082SbmahDOC?= article
1176082SbmahFORMATS?= html
1276082SbmahINSTALL_COMPRESSED?= gz
1376082SbmahINSTALL_ONLY_COMPRESSED?=
1476082Sbmah
1576082Sbmah# 
1676082Sbmah# SRCS lists the individual SGML files that make up the document. Changes
1776082Sbmah# to any of these files will force a rebuild
1876082Sbmah#
1976082Sbmah
2076082Sbmah# SGML content
21241096SgaborSRCS+=	article.xml
2276082Sbmah
2376140Sdd.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
2476082Sbmah.include "${DOC_PREFIX}/share/mk/doc.project.mk"
25