summaryrefslogtreecommitdiffstats
path: root/release/doc/ja_JP.eucJP/hardware/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'release/doc/ja_JP.eucJP/hardware/Makefile.inc')
-rw-r--r--release/doc/ja_JP.eucJP/hardware/Makefile.inc10
1 files changed, 9 insertions, 1 deletions
diff --git a/release/doc/ja_JP.eucJP/hardware/Makefile.inc b/release/doc/ja_JP.eucJP/hardware/Makefile.inc
index fce3b95..bfcc09c 100644
--- a/release/doc/ja_JP.eucJP/hardware/Makefile.inc
+++ b/release/doc/ja_JP.eucJP/hardware/Makefile.inc
@@ -1,8 +1,16 @@
# $FreeBSD$
-# Original revision: 1.2
+# 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
OpenPOWER on IntegriCloud