From b35a32dd9d6294ff9dec3dd22691ac1e0a1f85f1 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 20 Mar 2020 16:09:28 +1000 Subject: [PATCH] man: install the analyze per-slot-delta man page And add libinput analyze to the main libinput man page Signed-off-by: Peter Hutterer --- meson.build | 1 + tools/libinput.man | 3 +++ 2 files changed, 4 insertions(+) diff --git a/meson.build b/meson.build index 7dedfb9..63e42e8 100644 --- a/meson.build +++ b/meson.build @@ -619,6 +619,7 @@ src_man = files( 'tools/libinput-measure-touchpad-tap.man', 'tools/libinput-measure-touchpad-pressure.man', 'tools/libinput-measure-touch-size.man', + 'tools/libinput-analyze-per-slot-delta.man', ) foreach m : src_man diff --git a/tools/libinput.man b/tools/libinput.man index 57402c3..7c09dd0 100644 --- a/tools/libinput.man +++ b/tools/libinput.man @@ -53,6 +53,9 @@ Record the events from a device .TP 8 .B libinput\-replay(1) Replay the events from a device +.TP 8 +.B libinput\-analyze(1) +Analyze events from a device .SH LIBINPUT Part of the .B libinput(1) -- 2.7.4