Message ID | 20210505184405.1077111-2-hj.tedd.an@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Luiz Von Dentz |
Headers | show |
Series | [BlueZ,1/2] gitignore: Add generated files to the ignore list | expand |
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 \
From: Tedd Ho-Jeong An <tedd.an@intel.com> This patch adds generated manpages to the distribution list. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)