diff mbox series

libtracefs: Documentation: Add missing documentation to meson.build

Message ID 20240725143741.2415412-1-michal.sojka@cvut.cz (mailing list archive)
State Accepted
Commit 4cbebed79b1fe933367e298ea7ddef694b9f98d0
Headers show
Series libtracefs: Documentation: Add missing documentation to meson.build | expand

Commit Message

Michal Sojka July 25, 2024, 2:37 p.m. UTC
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@cvut.cz>
---
 Documentation/meson.build | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Steven Rostedt July 25, 2024, 7:44 p.m. UTC | #1
On Thu, 25 Jul 2024 16:37:32 +0200
Michal Sojka <michal.sojka@cvut.cz> wrote:

> 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@cvut.cz>

Sure, send this out the day after I release libtracefs-1.8.1 ;-)

Thanks, but it may be awhile before 1.8.2, as I'll wait for more bugs.

-- Steve
diff mbox series

Patch

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',