X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2FMakefile.am;h=7eac79f22c40f32abf83a2b3fec057647ecb3e1c;hb=2e8e974039487cb8b2b22dc01ffdd6c9931ec02b;hp=66c22fa8ba9fc0573ab9eecafaba2779d511e244;hpb=eba411c6aab3199aa9cbc7c1dd128e6a9acbd2db;p=lttng-ust.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 66c22fa8..7eac79f2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +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 +SUBDIRS = . man + +if ENABLE_EXAMPLES +SUBDIRS += examples +endif + +dist_doc_DATA = \ + java-agent.md \ + python-agent.md