Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / release / doc / de_DE.ISO8859-1 / readme / Makefile
1 # $FreeBSD: src/release/doc/de_DE.ISO8859-1/readme/Makefile,v 1.1.2.1 2002/03/12 21:27:03 ue Exp $
2 # $DragonFly: src/release/doc/de_DE.ISO8859-1/readme/Attic/Makefile,v 1.2 2003/06/17 04:27:19 dillon Exp $
3 # $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/readme/Makefile,v 1.2.2.1 2002/03/11 01:35:05 ue Exp $
4 # $Id: Makefile,v 1.5 2002/03/10 15:37:18 ue Exp $
5 # basiert auf: 1.3.2.5
6
7 RELN_ROOT?= ${.CURDIR}/../..
8 .ifdef NO_LANGCODE_IN_DESTDIR
9 DESTDIR?= ${DOCDIR}/readme
10 .else
11 DESTDIR?= ${DOCDIR}/de_DE.ISO8859-1/readme
12 .endif
13
14 DOC?= article
15 FORMATS?= html
16 INSTALL_COMPRESSED?= gz
17 INSTALL_ONLY_COMPRESSED?=
18
19
20 # SRCS lists the individual SGML files that make up the document. Changes
21 # to any of these files will force a rebuild
22 #
23
24 # SGML content
25 SRCS+=  article.sgml
26
27 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
28 .include "${DOC_PREFIX}/share/mk/doc.project.mk"