X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=Makefile.am;h=63101c541ce5f9f68c52736d24d7d4bcc15f600a;hb=HEAD;hp=d627c840d9e8b7243de0ab004d3e5e9bb49d8d76;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index d627c840d..040d9df6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,10 @@ -ACLOCAL_AMFLAGS = -I m4 +# SPDX-License-Identifier: GPL-2.0-only -DIST_SUBDIRS = include doc src extras tests +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include doc src tests +# `doc/examples` is placed last since it requires artifact from `src` and +# `src` can require artifact from `doc` (--enable-embedded-help). +SUBDIRS = include doc src tests doc/examples if BUILD_EXTRAS SUBDIRS += extras @@ -10,14 +12,16 @@ endif dist_doc_DATA = LICENSE \ ChangeLog \ - README.md + README.adoc -dist_noinst_DATA = CodingStyle +dist_noinst_DATA = CodingStyle.md EXTRA_DIST = extras/lttng-bash_completion \ + extras/zsh-completion \ LICENSES/BSD-2-Clause \ LICENSES/BSD-3-Clause \ LICENSES/GPL-2.0 \ LICENSES/LGPL-2.1 \ LICENSES/MIT \ + LICENSES/BSL-1.0 \ version