freebsd-dev/release/doc/fr_FR.ISO8859-1/installation/Makefile.inc

15 lines
305 B
PHP
Raw Normal View History

2002-05-26 16:49:48 +00:00
#
# The FreeBSD Documentation Project
# The FreeBSD French Documentation Project
#
# $Id$
# $FreeBSD$
# Original revision: 1.2
.ifdef NO_LANGCODE_IN_DESTDIR
DESTDIR?= ${DOCDIR}/installation/${.CURDIR:T}
.else
DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/installation/${.CURDIR:T}
.endif