Initial import from FreeBSD RELENG_4:
[dragonfly.git] / release / doc / en_US.ISO8859-1 / readme / Makefile
1 # $FreeBSD: src/release/doc/en_US.ISO8859-1/readme/Makefile,v 1.3.2.5 2001/09/04 12:12:13 dd Exp $
2
3 RELN_ROOT?= ${.CURDIR}/../..
4 .ifdef NO_LANGCODE_IN_DESTDIR
5 DESTDIR?= ${DOCDIR}/readme
6 .else
7 DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/readme
8 .endif
9
10 DOC?= article
11 FORMATS?= html
12 INSTALL_COMPRESSED?= gz
13 INSTALL_ONLY_COMPRESSED?=
14
15
16 # SRCS lists the individual SGML files that make up the document. Changes
17 # to any of these files will force a rebuild
18 #
19
20 # SGML content
21 SRCS+=  article.sgml
22
23 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
24 .include "${DOC_PREFIX}/share/mk/doc.project.mk"