X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2FMakefile.am;h=a67c8c225d6b859e67e2cc068ed3e2ff4775b36c;hb=HEAD;hp=ccd6d189f8a98500c2dc8962be9abd94ffd2e501;hpb=d1eaa4d7ea9c1e1c6ec56cc10a29aa67f25ced19;p=lttng-ust.git diff --git a/doc/Makefile.am b/doc/Makefile.am index ccd6d189..7eac79f2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +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-cyg-profile.3 +SUBDIRS = . man + +if ENABLE_EXAMPLES +SUBDIRS += examples +endif + +dist_doc_DATA = \ + java-agent.md \ + python-agent.md