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