From: Tedd Ho-Jeong An <tedd.an@xxxxxxxxx> 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 52e0e9ed8..42c1d0d9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -594,7 +594,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.26.3