docs: Add supported versions and fix-backport policy
[lttng-tools.git] / doc / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
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.
9 SUBDIRS = man
10 EXTRA_DIST = quickstart.txt streaming-howto.txt python-howto.txt \
11 snapshot-howto.txt kernel-CodingStyle.txt \
12 live-reading-howto.txt live-reading-protocol.txt \
13 relayd-architecture.txt
14
15 dist_doc_DATA = quickstart.txt streaming-howto.txt python-howto.txt \
16 snapshot-howto.txt live-reading-howto.txt \
17 live-reading-protocol.txt valgrind-howto.txt
This page took 0.028993 seconds and 4 git commands to generate.