Makefile revision 78567
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/readme/Makefile 78567 2001-06-21 20:43:43Z dd $
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+=	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