Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / release / doc / fr_FR.ISO8859-1 / errata / Makefile
1 #
2 #      The FreeBSD Documentation Project
3 #      The FreeBSD French Documentation Project
4 #
5 #      $Id$
6 #      $FreeBSD: src/release/doc/fr_FR.ISO8859-1/errata/Makefile,v 1.1.2.2 2002/10/19 15:53:18 gioria Exp $
7 #      $DragonFly: src/release/doc/fr_FR.ISO8859-1/errata/Attic/Makefile,v 1.2 2003/06/17 04:27:19 dillon Exp $
8 #      Original revision: 1.3.2.3
9
10 RELN_ROOT?= ${.CURDIR}/../..
11 .ifdef NO_LANGCODE_IN_DESTDIR
12 DESTDIR?= ${DOCDIR}/errata
13 .else
14 DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/errata
15 .endif
16
17 DOC?= article
18 FORMATS?= html
19 INSTALL_COMPRESSED?= gz
20 INSTALL_ONLY_COMPRESSED?=
21
22 # SGML content
23 SRCS+=  article.sgml
24
25 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
26 .include "${DOC_PREFIX}/share/mk/doc.project.mk"