summaryrefslogtreecommitdiffstats
path: root/release/doc/en_US.ISO8859-1/hardware/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'release/doc/en_US.ISO8859-1/hardware/Makefile.inc')
-rw-r--r--release/doc/en_US.ISO8859-1/hardware/Makefile.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/Makefile.inc b/release/doc/en_US.ISO8859-1/hardware/Makefile.inc
index 439fdc5..37ebd11 100644
--- a/release/doc/en_US.ISO8859-1/hardware/Makefile.inc
+++ b/release/doc/en_US.ISO8859-1/hardware/Makefile.inc
@@ -5,3 +5,11 @@ DESTDIR?= ${DOCDIR}/hardware/${.CURDIR:T}
.else
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/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