Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / release / doc / fr_FR.ISO8859-1 / installation / Makefile.inc
1 #
2 #      The FreeBSD Documentation Project
3 #      The FreeBSD French Documentation Project
4 #
5 #      $Id$
6 #      $FreeBSD: src/release/doc/fr_FR.ISO8859-1/installation/Makefile.inc,v 1.1.2.2 2002/11/01 20:52:55 gioria Exp $
7 #      $DragonFly: src/release/doc/fr_FR.ISO8859-1/installation/Attic/Makefile.inc,v 1.2 2003/06/17 04:27:19 dillon Exp $
8 #      Original revision: 1.1.2.2
9
10
11 .ifdef NO_LANGCODE_IN_DESTDIR
12 DESTDIR?=       ${DOCDIR}/installation/${.CURDIR:T}
13 .else
14 DESTDIR?=       ${DOCDIR}/fr_FR.ISO8859-1/installation/${.CURDIR:T}
15 .endif