X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2FMakefile.am;h=7eac79f22c40f32abf83a2b3fec057647ecb3e1c;hb=2e8e974039487cb8b2b22dc01ffdd6c9931ec02b;hp=ba21e9fb19dddcd07195157f34fc76b0ee205e7f;hpb=6f3cecd756f20a8c6b9fceb39a4824631371e0df;p=lttng-ust.git diff --git a/doc/Makefile.am b/doc/Makefile.am index ba21e9fb..7eac79f2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,8 +1,13 @@ -SUBDIRS = . examples +# SPDX-FileCopyrightText: 2023 EfficiOS, Inc +# +# SPDX-License-Identifier: LGPL-2.1-only -dist_man_MANS = man/lttng-gen-tp.1 \ - man/lttng-ust.3 \ - man/lttng-ust-dl.3 \ - man/lttng-ust-cyg-profile.3 +SUBDIRS = . man -dist_doc_DATA = java-agent.txt +if ENABLE_EXAMPLES +SUBDIRS += examples +endif + +dist_doc_DATA = \ + java-agent.md \ + python-agent.md