X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2FMakefile.am;h=fa25c7b92bf1b83f819207b41faa64d7694fbee6;hb=HEAD;hp=e110ed85127d62b01a6bbd9d47ed4ce507de31db;hpb=4ddbd0b790be981d023f344a83e67a8746fa3688;p=lttng-ust.git diff --git a/doc/Makefile.am b/doc/Makefile.am index e110ed85..7eac79f2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,13 @@ -SUBDIRS = . man examples +# SPDX-FileCopyrightText: 2023 EfficiOS, Inc +# +# SPDX-License-Identifier: LGPL-2.1-only -dist_doc_DATA = java-agent.txt +SUBDIRS = . man + +if ENABLE_EXAMPLES +SUBDIRS += examples +endif + +dist_doc_DATA = \ + java-agent.md \ + python-agent.md