Makefile revision 164949
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/relnotes/Makefile 164949 2006-12-06 18:04:52Z bmah $
2
3RELN_ROOT?= ${.CURDIR}/../..
4
5DOC?= article
6FORMATS?= html
7INSTALL_COMPRESSED?= gz
8INSTALL_ONLY_COMPRESSED?=
9
10JADEFLAGS+=	-V %generate-article-toc%
11
12# SGML content
13SRCS+=	article.sgml
14
15URL_RELPREFIX?=	../../../..
16
17.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
18.include "${DOC_PREFIX}/share/mk/doc.project.mk"
19