summaryrefslogtreecommitdiffstats
path: root/release/doc/ru_RU.KOI8-R/hardware/Makefile.inc
blob: a693cd58b4584209c694758d7eba39241896c7bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The FreeBSD Russian Documentation Project
#
# $FreeBSD$
# $FreeBSDru: frdp/release/doc/ru_RU.KOI8-R/hardware/Makefile.inc,v 1.2 2004/08/11 10:04:26 den Exp $
#
# Original revision: 1.3

.ifdef NO_LANGCODE_IN_DESTDIR
DESTDIR?=	${DOCDIR}/hardware/${.CURDIR:T}
.else
DESTDIR?=	${DOCDIR}/ru_RU.KOI8-R/hardware/${.CURDIR:T}
.endif

# Force include of the autogenerated catalog.  It has to be set
# directly in the CATALOG variable since doc.docbook.mk check if each
# catalog file exist for the other *CATALOG variables, and
# catalog-auto does not exist yet when that check is performed,
# causing catalog-auto not to be added to CATALOGS which breaks the
# build.
CATALOGS+=	-c ${DEV-AUTODIR}/catalog-auto
OpenPOWER on IntegriCloud