Makefile revision 76082
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/readme/Makefile 76082 2001-04-27 21:28:02Z bmah $
2
3DOC?= article
4FORMATS?= html
5INSTALL_COMPRESSED?= gz
6INSTALL_ONLY_COMPRESSED?=
7EXTRA_CATALOGS+= ../../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
23DOC_PREFIX?= /usr/doc
24.include "${DOC_PREFIX}/share/mk/doc.project.mk"
25