Makefile revision 76140
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/readme/Makefile 76140 2001-04-29 21:05:12Z dd $
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"
27