From 3f497410fd8d963de4479af02eaa1ef993eb725e Mon Sep 17 00:00:00 2001 From: Steven Seungcheol Lee Date: Fri, 1 Jul 2022 15:21:34 +0900 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1