From 2a4f9ddc184f63e494bb61b437f75c5477479d5b Mon Sep 17 00:00:00 2001 From: Tedd Ho-Jeong An Date: Wed, 5 May 2021 11:44:05 -0700 Subject: [PATCH] build: Add generated manpages to distribute list This patch adds generated manpages to the distribution list. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b4dce81b1..497f05f06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -596,7 +596,8 @@ if LIBRARY pkgconfig_DATA = lib/bluez.pc endif -EXTRA_DIST += $(manual_pages:.1=.rst) +EXTRA_DIST += $(manual_pages) $(patsubst %.1,%.rst, \ + $(patsubst %.8,%.rst,$(manual_pages))) DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles --enable-library \ --enable-health \ -- 2.47.3