freebsd-dev/release/doc/ru_RU.KOI8-R/installation/Makefile.inc
Denis Peplin 09fb7dbad4 Add russian translation for install notes
Build sparc64/install.sgml from english sources

Obtained from:	The FreeBSD Russian Documentation Project
2004-06-24 08:39:20 +00:00

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