Deleted Added
full compact
Makefile (76222) Makefile (78567)
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/errata/Makefile 76222 2001-05-02 22:02:50Z bmah $
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/errata/Makefile 78567 2001-06-21 20:43:43Z dd $
2
3RELN_ROOT?= ${.CURDIR}/../..
2
3RELN_ROOT?= ${.CURDIR}/../..
4DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/errata
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"
5
6DOC?= article
7FORMATS?= html
8INSTALL_COMPRESSED?= gz
9INSTALL_ONLY_COMPRESSED?=
10
11# SGML content
12SRCS+= article.sgml
13
14.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
15.include "${DOC_PREFIX}/share/mk/doc.project.mk"