Deleted Added
full compact
Makefile (79792) Makefile (81327)
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/readme/Makefile 79792 2001-07-16 15:52:28Z bmah $
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/readme/Makefile 81327 2001-08-09 00:35:04Z bmah $
2
3RELN_ROOT?= ${.CURDIR}/../..
4DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/readme
5
6DOC?= article
7FORMATS?= html
8INSTALL_COMPRESSED?= gz
9INSTALL_ONLY_COMPRESSED?=
10
11#
12# SRCS lists the individual SGML files that make up the document. Changes
13# to any of these files will force a rebuild
14#
15
16# SGML content
17SRCS+= article.sgml
2
3RELN_ROOT?= ${.CURDIR}/../..
4DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/readme
5
6DOC?= article
7FORMATS?= html
8INSTALL_COMPRESSED?= gz
9INSTALL_ONLY_COMPRESSED?=
10
11#
12# SRCS lists the individual SGML files that make up the document. Changes
13# to any of these files will force a rebuild
14#
15
16# SGML content
17SRCS+= article.sgml
18SRCS+= artheader.sgml
19SRCS+= abstract.sgml
20SRCS+= intro.sgml
21SRCS+= about.sgml
22SRCS+= obtaining.sgml
23SRCS+= problems.sgml
24SRCS+= ack.sgml
25
26.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
27.include "${DOC_PREFIX}/share/mk/doc.project.mk"
18
19.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
20.include "${DOC_PREFIX}/share/mk/doc.project.mk"