Google

Makefile.inc
# The FreeBSD Simplified Chinese Project
#
# Original Revision: 1.3
# $FreeBSD: src/release/doc/zh_CN.GB2312/hardware/Makefile.inc,v 1.1 2004/10/15 06:43:45 delphij Exp $

.ifdef NO_LANGCODE_IN_DESTDIR
DESTDIR?=	${DOCDIR}/hardware/${.CURDIR:T}
.else
DESTDIR?=	${DOCDIR}/zh_CN.GB2312/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


syntax highlighted by Code2HTML, v. 0.9.1