docs: Add supported versions and fix-backport policy
[lttng-tools.git] / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 ACLOCAL_AMFLAGS = -I m4
4
5 # `doc/examples` is placed last since it requires artifact from `src` and
6 # `src` can require artifact from `doc` (--enable-embedded-help).
7 SUBDIRS = include doc src tests doc/examples
8
9 if BUILD_EXTRAS
10 SUBDIRS += extras
11 endif
12
13 dist_doc_DATA = LICENSE \
14 ChangeLog \
15 README.adoc
16
17 dist_noinst_DATA = CodingStyle
18
19 EXTRA_DIST = extras/lttng-bash_completion \
20 LICENSES/BSD-2-Clause \
21 LICENSES/BSD-3-Clause \
22 LICENSES/GPL-2.0 \
23 LICENSES/LGPL-2.1 \
24 LICENSES/MIT \
25 LICENSES/BSL-1.0 \
26 version
This page took 0.03128 seconds and 4 git commands to generate.