Deleted Added
full compact
Makefile (76082) Makefile (76140)
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/readme/Makefile 76082 2001-04-27 21:28:02Z bmah $
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/readme/Makefile 76140 2001-04-29 21:05:12Z dd $
2
2
3RELN_ROOT?= ${.CURDIR}/../..
4
3DOC?= article
4FORMATS?= html
5INSTALL_COMPRESSED?= gz
6INSTALL_ONLY_COMPRESSED?=
5DOC?= article
6FORMATS?= html
7INSTALL_COMPRESSED?= gz
8INSTALL_ONLY_COMPRESSED?=
7EXTRA_CATALOGS+= ../../share/sgml/catalog
9EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog
8
9#
10# SRCS lists the individual SGML files that make up the document. Changes
11# to any of these files will force a rebuild
12#
13
14# SGML content
15SRCS+= article.sgml
16SRCS+= artheader.sgml
17SRCS+= intro.sgml
18SRCS+= about.sgml
19SRCS+= obtaining.sgml
20SRCS+= problems.sgml
21SRCS+= ack.sgml
22
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+= intro.sgml
20SRCS+= about.sgml
21SRCS+= obtaining.sgml
22SRCS+= problems.sgml
23SRCS+= ack.sgml
24
23DOC_PREFIX?= /usr/doc
25.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
24.include "${DOC_PREFIX}/share/mk/doc.project.mk"
26.include "${DOC_PREFIX}/share/mk/doc.project.mk"