c7fb3edb5b
1.2 -> 1.3 hardware/Makefile.inc 1.6 -> 1.7 hardware/alpha/Makefile 1.4 -> 1.6 hardware/alpha/article.sgml 1.1 -> 1.2 hardware/amd64/Makefile 1.1 -> 1.3 hardware/amd64/article.sgml 1.3 -> 1.5 hardware/amd64/proc-amd64.sgml 1.4 -> 1.5 hardware/common/artheader.sgml 1.210 -> 1.256 hardware/common/dev.sgml 1.5 -> 1.6 hardware/i386/Makefile 1.4 -> 1.6 hardware/i386/article.sgml 1.2 -> 1.3 hardware/ia64/Makefile 1.3 -> 1.5 hardware/ia64/article.sgml 1.1 -> 1.2 hardware/pc98/Makefile 1.1 -> 1.3 hardware/pc98/article.sgml 1.3 -> 1.4 hardware/sparc64/Makefile 1.3 -> 1.5 hardware/sparc64/article.sgml 1.11 -> 1.12 hardware/sparc64/proc-sparc64.sgml
17 lines
554 B
Makefile
17 lines
554 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.3
|
|
|
|
.ifdef NO_LANGCODE_IN_DESTDIR
|
|
DESTDIR?= ${DOCDIR}/hardware/${.CURDIR:T}
|
|
.else
|
|
DESTDIR?= ${DOCDIR}/ja_JP.eucJP/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
|