09fb7dbad4
Build sparc64/install.sgml from english sources Obtained from: The FreeBSD Russian Documentation Project
14 lines
342 B
Makefile
14 lines
342 B
Makefile
# The FreeBSD Russian Documentation Project
|
|
#
|
|
# $FreeBSDru: frdp/release/doc/ru_RU.KOI8-R/installation/Makefile.inc,v 1.1 2004/06/24 07:21:47 den Exp $
|
|
# $FreeBSD$
|
|
#
|
|
# Original revision: 1.2
|
|
#
|
|
|
|
.ifdef NO_LANGCODE_IN_DESTDIR
|
|
DESTDIR?= ${DOCDIR}/installation/${.CURDIR:T}
|
|
.else
|
|
DESTDIR?= ${DOCDIR}/ru_RU.KOI8-R/installation/${.CURDIR:T}
|
|
.endif
|