Initial import from FreeBSD RELENG_4:
[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 #      Original revision: 1.1.2.2
8
9
10 .ifdef NO_LANGCODE_IN_DESTDIR
11 DESTDIR?=       ${DOCDIR}/installation/${.CURDIR:T}
12 .else
13 DESTDIR?=       ${DOCDIR}/fr_FR.ISO8859-1/installation/${.CURDIR:T}
14 .endif