Commit | Line | Data |
---|---|---|
9d16b343 MJ |
1 | # SPDX-License-Identifier: GPL-2.0-only |
2 | ||
595ed92e JR |
3 | # The `examples` directory is left out since the parent Makefile is responsible |
4 | # of it. This is used to control when examples are built in the build process. | |
5 | # Since some examples require the presence of liblttng-ctl and that the `src` | |
6 | # objects might requires build artifacts from the `doc` directory, in build | |
7 | # scenarios such as `--enable-embedded-help`, a forced build order is required | |
8 | # at the parent level. | |
13fd2117 | 9 | SUBDIRS = man |
72f23df8 | 10 | EXTRA_DIST = quickstart.txt streaming-howto.txt python-howto.txt \ |
c06628dc | 11 | snapshot-howto.txt kernel-CodingStyle.txt \ |
7591bab1 MD |
12 | live-reading-howto.txt live-reading-protocol.txt \ |
13 | relayd-architecture.txt | |
b903e1f1 | 14 | |
72f23df8 | 15 | dist_doc_DATA = quickstart.txt streaming-howto.txt python-howto.txt \ |
c06628dc | 16 | snapshot-howto.txt live-reading-howto.txt \ |
8f0044bf | 17 | live-reading-protocol.txt valgrind-howto.txt |