From: Steven Seungcheol Lee Date: Fri, 1 Jul 2022 06:21:34 +0000 (+0900) Subject: rpmbuild: Do docs build to avoid error from missing .1, .html files X-Git-Tag: v2.1-rc0~17^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3f497410fd8d963de4479af02eaa1ef993eb725e;p=users%2Fsagi%2Fnvme-cli.git rpmbuild: Do docs build to avoid error from missing .1, .html files Program asciidoc found: YES (/usr/bin/asciidoc) Documentation/meson.build:253:8: ERROR: File nvme-wdc-cloud-boot-SSD-version.1 does not exist. Signed-off-by: Steven Seungcheol Lee --- diff --git a/Makefile b/Makefile index 8c4cb744..085adf8f 100644 --- a/Makefile +++ b/Makefile @@ -43,5 +43,5 @@ rpm: meson ${BUILD-DIR} \ -Dudevrulesdir=$(shell rpm --eval '%{_udevrulesdir}') \ -Dsystemddir=$(shell rpm --eval '%{_unitdir}') \ - -Ddocs=man + -Ddocs=man -Ddocs-build=true rpmbuild -ba ${BUILD-DIR}/nvme.spec --define "_builddir ${BUILD-DIR}" -v