docs: Add supported versions and fix-backport policy
[lttng-tools.git] / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
b7d2e95f 3ACLOCAL_AMFLAGS = -I m4
fac6795d 4
595ed92e
JR
5# `doc/examples` is placed last since it requires artifact from `src` and
6# `src` can require artifact from `doc` (--enable-embedded-help).
7SUBDIRS = include doc src tests doc/examples
87fb9fc0
JR
8
9if BUILD_EXTRAS
10SUBDIRS += extras
11endif
b903e1f1 12
fe0a3b61 13dist_doc_DATA = LICENSE \
ab1bb74d 14 ChangeLog \
ae403e46 15 README.adoc
cf65966e 16
d17cc1f3 17dist_noinst_DATA = CodingStyle.md
5b6742b7 18
ab5be9fa 19EXTRA_DIST = extras/lttng-bash_completion \
76bcac58 20 extras/zsh-completion \
ab5be9fa
MJ
21 LICENSES/BSD-2-Clause \
22 LICENSES/BSD-3-Clause \
23 LICENSES/GPL-2.0 \
24 LICENSES/LGPL-2.1 \
25 LICENSES/MIT \
116a02e3 26 LICENSES/BSL-1.0 \
2ebe596e 27 version
This page took 0.052737 seconds and 4 git commands to generate.