blob: 0f18c5d9f1b3f744b8881d5f1bdaadc7efaec533 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status: Inappropriate [embedded specific]
2
3Don't build the doc examples - we don't need them and in fact they
4never successfully built in previous iterations of the lttng-ust
5recipe anyway.
6
7Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
8
9Index: doc/Makefile.am
10===================================================================
11--- a/doc/Makefile.am
12+++ b/doc/Makefile.am
13@@ -1,4 +1,4 @@
Patrick Williamsc0f7c042017-02-23 20:41:17 -060014-SUBDIRS = . man examples
Brad Bishop6e60e8b2018-02-01 10:27:11 -050015+SUBDIRS = . man
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016
17 dist_man_MANS = man/lttng-gen-tp.1 \
18 man/lttng-ust.3 \