Diff between 3ca24567636744ee29b70300052105b0fcceddb1 and 2a4f9ddc184f63e494bb61b437f75c5477479d5b
Changed Files
| File | Additions | Deletions | Status |
| Makefile.am | +2 | -1 | modified |
Full Patch
diff --git a/Makefile.am b/Makefile.am
index b4dce81..497f05f 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 \