We had some fallouts which were happened at the install step when the
documentation was build. Let's add this step, so we catch those errors
in future.
Signed-off-by: Daniel Wagner <dwagner@suse.de>
-Ddocs=all \
-Ddocs-build=true \
--force-fallback-for=libnvme \
+ --prefix=/tmp/usr \
-Dlibnvme:werror=false \
"${BUILDDIR}"
}
}
install_meson_appimage() {
- "${MESON}" install \
+ "${MESON}" install \
+ -C "${BUILDDIR}"
+}
+
+install_meson_docs() {
+ "${MESON}" install \
-C "${BUILDDIR}"
}