Move to kernel style SPDX license identifiers
[lttng-ust.git] / doc / Makefile.am
index 72dcde247d4559fc56e597fedd663ae7182d1442..fa25c7b92bf1b83f819207b41faa64d7694fbee6 100644 (file)
@@ -1,8 +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-dl.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
This page took 0.023626 seconds and 4 git commands to generate.