2001-06-21 20:43:43 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-09-03 14:39:32 +00:00
|
|
|
.ifdef NO_LANGCODE_IN_DESTDIR
|
|
|
|
DESTDIR?= ${DOCDIR}/hardware/${.CURDIR:T}
|
|
|
|
.else
|
2001-06-21 20:43:43 +00:00
|
|
|
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/hardware/${.CURDIR:T}
|
2001-09-03 14:39:32 +00:00
|
|
|
.endif
|
2004-08-03 22:12:45 +00:00
|
|
|
|
|
|
|
# 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
|