Makefile-based build uses $(wildcard libtracefs-*.txt) to automatically find all documentation, but Meson needs explicit listing of the source files. Recently added files were missing from the Meson list and this commit adds them. Signed-off-by: Michal Sojka <michal.sojka@xxxxxxx> --- Documentation/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/meson.build b/Documentation/meson.build index efb78b6..473135a 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -6,6 +6,8 @@ sources = { 'libtracefs-sqlhist.txt.1': '1', + 'libtracefs-cpu-buf.txt': '3', + 'libtracefs-cpu-map.txt': '3', 'libtracefs-cpu-open.txt': '3', 'libtracefs-cpu.txt': '3', 'libtracefs-dynevents.txt': '3', @@ -15,8 +17,10 @@ sources = { 'libtracefs-events-tep.txt': '3', 'libtracefs-events.txt': '3', 'libtracefs-files.txt': '3', + 'libtracefs-filter-pid.txt': '3', 'libtracefs-filter.txt': '3', 'libtracefs-function-filter.txt': '3', + 'libtracefs-guest.txt': '3', 'libtracefs-hist-cont.txt': '3', 'libtracefs-hist-mod.txt': '3', 'libtracefs-hist.txt': '3', @@ -24,6 +28,8 @@ sources = { 'libtracefs-instances-file-manip.txt': '3', 'libtracefs-instances-files.txt': '3', 'libtracefs-instances-manage.txt': '3', + 'libtracefs-instances-stat.txt': '3', + 'libtracefs-instances-subbuf.txt': '3', 'libtracefs-instances-utils.txt': '3', 'libtracefs-iterator.txt': '3', 'libtracefs-kprobes.txt': '3', @@ -33,6 +39,7 @@ sources = { 'libtracefs-option-get.txt': '3', 'libtracefs-option-misc.txt': '3', 'libtracefs-options.txt': '3', + 'libtracefs-snapshot.txt': '3', 'libtracefs-sql.txt': '3', 'libtracefs-stream.txt': '3', 'libtracefs-synth2.txt': '3', -- 2.45.2