docs: Add supported versions and fix-backport policy
[lttng-tools.git] / doc / Makefile.am
... / ...
CommitLineData
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.
9SUBDIRS = man
10EXTRA_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
15dist_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
18
19if API_DOC
20SUBDIRS += api
21endif
This page took 0.023147 seconds and 5 git commands to generate.