man: install the analyze per-slot-delta man page
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 20 Mar 2020 06:09:28 +0000 (16:09 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 20 Mar 2020 06:10:11 +0000 (16:10 +1000)
And add libinput analyze to the main libinput man page

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
tools/libinput.man

index 7dedfb9..63e42e8 100644 (file)
@@ -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
index 57402c3..7c09dd0 100644 (file)
@@ -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)