From: Peter Hutterer Date: Thu, 25 May 2017 07:33:03 +0000 (+1000) Subject: tools: split the install_man() up for better grouping of tools X-Git-Tag: 1.7.901~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f245884dd5eb4c8776ca084b7268831ac0bb7b6b;p=platform%2Fupstream%2Flibinput.git tools: split the install_man() up for better grouping of tools Signed-off-by: Peter Hutterer --- diff --git a/meson.build b/meson.build index 6f4b4d80..3cfdb1d7 100644 --- a/meson.build +++ b/meson.build @@ -361,6 +361,7 @@ executable('libinput-debug-events', install_dir : libinput_tool_path, install : true ) +install_man('tools/libinput-debug-events.1') libinput_list_devices_sources = [ 'tools/libinput-list-devices.c' ] executable('libinput-list-devices', @@ -370,6 +371,7 @@ executable('libinput-list-devices', install_dir : libinput_tool_path, install : true, ) +install_man('tools/libinput-list-devices.1') if get_option('debug-gui') dep_gtk = dependency('gtk+-3.0') @@ -392,9 +394,6 @@ if get_option('debug-gui') install_man('tools/libinput-debug-gui.1') endif -install_man('tools/libinput-list-devices.1', - 'tools/libinput-debug-events.1') - libinput_sources = [ 'tools/libinput-tool.c' ] executable('libinput',