Move to kernel style SPDX license identifiers
[babeltrace.git] / doc / man / Makefile.am
index 850fdf04618e8b67a24c3149ae4ccd167d138092..989d92ba0eab720a1730e6e1673a56b11f7263ed 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 # Man pages are only built if they are enabled at configure time.
 #
 # They should always be built before creating a distribution tarball.
@@ -21,11 +23,14 @@ MAN7_NAMES = babeltrace2-filter.utils.muxer \
        babeltrace2-plugin-utils \
        babeltrace2-sink.ctf.fs \
        babeltrace2-sink.text.pretty \
+       babeltrace2-sink.text.details \
        babeltrace2-sink.utils.counter \
        babeltrace2-sink.utils.dummy \
        babeltrace2-source.ctf.fs \
        babeltrace2-source.ctf.lttng-live \
-       babeltrace2-source.text.dmesg
+       babeltrace2-source.text.dmesg \
+       babeltrace2-query-babeltrace.support-info \
+       babeltrace2-query-babeltrace.trace-infos
 MAN1_NO_ASCIIDOC_NAMES =
 MAN7_NO_ASCIIDOC_NAMES =
 
@@ -48,14 +53,14 @@ COMMON_TXT = \
        $(srcdir)/common-cmd-footer.txt \
        $(srcdir)/common-cmd-info-options.txt \
        $(srcdir)/common-cmd-params-format.txt \
-       $(srcdir)/common-cmd-plugin-path.txt \
-       $(srcdir)/common-common-compat-env.txt \
-       $(srcdir)/common-ctf-plugin-env.txt \
+       $(srcdir)/common-common-env.txt \
        $(srcdir)/common-footer.txt \
        $(srcdir)/common-gen-options.txt \
        $(srcdir)/common-lib-env.txt \
-       $(srcdir)/common-plugin-path-options.txt \
-       $(srcdir)/common-ppp-env.txt
+       $(srcdir)/common-see-babeltrace2-intro.txt \
+       $(srcdir)/common-convert-examples.txt \
+       $(srcdir)/common-log-levels.txt \
+       $(srcdir)/common-trimmer-time-format.txt
 
 # config
 ASCIIDOC_CONF = $(srcdir)/bt-asciidoc.conf
This page took 0.023247 seconds and 4 git commands to generate.