Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / Makefile.am
index ba21e9fb19dddcd07195157f34fc76b0ee205e7f..59a4c5b523def281268acac90767da3962166c2c 100644 (file)
@@ -1,8 +1,11 @@
-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-dl.3 \
-       man/lttng-ust-cyg-profile.3
+SUBDIRS = . man
+
+if ENABLE_EXAMPLES
+SUBDIRS += examples
+endif
 
 dist_doc_DATA = java-agent.txt
This page took 0.027266 seconds and 4 git commands to generate.