doc: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / Makefile.am
index e110ed85127d62b01a6bbd9d47ed4ce507de31db..7eac79f22c40f32abf83a2b3fec057647ecb3e1c 100644 (file)
@@ -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
This page took 0.023574 seconds and 4 git commands to generate.