Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Inappropriate [embedded specific] |
| 2 | |
| 3 | Don't build the doc examples - we don't need them and in fact they |
| 4 | never successfully built in previous iterations of the lttng-ust |
| 5 | recipe anyway. |
| 6 | |
| 7 | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> |
| 8 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 9 | Index: lttng-ust-2.9.1/doc/Makefile.am |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 10 | =================================================================== |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 11 | --- lttng-ust-2.9.1.orig/doc/Makefile.am |
| 12 | +++ lttng-ust-2.9.1/doc/Makefile.am |
| 13 | @@ -1,3 +1,3 @@ |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 14 | -SUBDIRS = . man examples |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 15 | +SUBDIRS = . man |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 16 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 17 | dist_doc_DATA = java-agent.txt |