Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 # $DragonFly: src/release/doc/en_US.ISO8859-1/readme/Attic/Makefile,v 1.2 2003/06/17 04:27:19 dillon Exp $
3
4 RELN_ROOT?= ${.CURDIR}/../..
5 .ifdef NO_LANGCODE_IN_DESTDIR
6 DESTDIR?= ${DOCDIR}/readme
7 .else
8 DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/readme
9 .endif
10
11 DOC?= article
12 FORMATS?= html
13 INSTALL_COMPRESSED?= gz
14 INSTALL_ONLY_COMPRESSED?=
15
16
17 # SRCS lists the individual SGML files that make up the document. Changes
18 # to any of these files will force a rebuild
19 #
20
21 # SGML content
22 SRCS+=  article.sgml
23
24 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
25 .include "${DOC_PREFIX}/share/mk/doc.project.mk"