ust-fd: Add close_range declaration
[lttng-ust.git] / doc / Makefile.am
index ccd6d189f8a98500c2dc8962be9abd94ffd2e501..7eac79f22c40f32abf83a2b3fec057647ecb3e1c 100644 (file)
@@ -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
This page took 0.023372 seconds and 4 git commands to generate.