Makefile revision 76222
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/errata/Makefile 76222 2001-05-02 22:02:50Z bmah $
2
3RELN_ROOT?= ${.CURDIR}/../..
4
5DOC?= article
6FORMATS?= html
7INSTALL_COMPRESSED?= gz
8INSTALL_ONLY_COMPRESSED?=
9
10# SGML content
11SRCS+=	article.sgml
12
13.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
14.include "${DOC_PREFIX}/share/mk/doc.project.mk"
15