]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - release/doc/fr_FR.ISO8859-1/installation/Makefile.inc
Document recent security advisories (since 9.2-RELEASE is released).
[FreeBSD/releng/10.0.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$
7 #      Original revision: 1.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