Deleted Added
full compact
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?=
9EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog
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"