Update manual pages for 2.0.0-rc1
[babeltrace.git] / doc / man / Makefile.am
index 951705df26534f1e8279a99f180d41b559c35083..c4a42d1e09fa4b321a1d21f9ab5be366f8a4e1f7 100644 (file)
@@ -7,33 +7,35 @@ manaddsuffix = $(addsuffix $(1),$(addprefix $(srcdir)/,$(2)))
 
 # List only the names without the .*.txt extension here:
 MAN1_NAMES = \
-       babeltrace \
-       babeltrace-convert \
-       babeltrace-help \
-       babeltrace-list-plugins \
-       babeltrace-log \
-       babeltrace-query \
-       babeltrace-run
-MAN7_NAMES = babeltrace-filter.utils.muxer \
-       babeltrace-filter.utils.trimmer \
-       babeltrace-intro \
-       babeltrace-plugin-ctf \
-       babeltrace-plugin-text \
-       babeltrace-plugin-utils \
-       babeltrace-sink.ctf.fs \
-       babeltrace-sink.text.pretty \
-       babeltrace-sink.utils.counter \
-       babeltrace-sink.utils.dummy \
-       babeltrace-source.ctf.fs \
-       babeltrace-source.ctf.lttng-live \
-       babeltrace-source.text.dmesg
+       babeltrace2 \
+       babeltrace2-convert \
+       babeltrace2-help \
+       babeltrace2-list-plugins \
+       babeltrace2-query \
+       babeltrace2-run
+MAN7_NAMES = babeltrace2-filter.utils.muxer \
+       babeltrace2-filter.utils.trimmer \
+       babeltrace2-intro \
+       babeltrace2-plugin-ctf \
+       babeltrace2-plugin-text \
+       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-query-babeltrace.support-info \
+       babeltrace2-query-babeltrace.trace-infos
 MAN1_NO_ASCIIDOC_NAMES =
 MAN7_NO_ASCIIDOC_NAMES =
 
 if ENABLE_DEBUG_INFO
 MAN7_NAMES += \
-       babeltrace-plugin-lttng-utils \
-       babeltrace-filter.lttng-utils.debug-info
+       babeltrace2-plugin-lttng-utils \
+       babeltrace2-filter.lttng-utils.debug-info
 endif
 
 # AsciiDoc sources and outputs
@@ -49,14 +51,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.023893 seconds and 4 git commands to generate.