diff --git a/meson.build b/meson.build index 7dedfb9e..63e42e8d 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 57402c30..7c09dd09 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)