Adding "manpages" to PACKAGECONFIG results in a lttng-ust-doc package
with no manpages. Fix the patch we carry to only exclude the examples
directory, which seems to have been its original intent anyway.
(From OE-Core rev:
54d9fb2664d16a561f9e9232a53b60810678f9bf)
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
+++ b/doc/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = . man examples
-+SUBDIRS = .
++SUBDIRS = . man
dist_man_MANS = man/lttng-gen-tp.1 \
man/lttng-ust.3 \