X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2FMakefile.am;h=fa25c7b92bf1b83f819207b41faa64d7694fbee6;hb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;hp=4349713b38f34c09233c701d35e0d6c858ad8d24;hpb=6490eba0f6e5e7f5a50d4707f4b60fca0cc61e1e;p=lttng-ust.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 4349713b..fa25c7b9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,9 @@ -SUBDIRS = . examples +# 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 -dist_doc_DATA = java-util-logging.txt +if ENABLE_EXAMPLES +SUBDIRS += examples +endif + +dist_doc_DATA = java-agent.txt