tools: split the install_man() up for better grouping of tools
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 25 May 2017 07:33:03 +0000 (17:33 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 2 Jun 2017 02:21:35 +0000 (12:21 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build

index 6f4b4d80ae600f5d557b3fe5e43ff352c01bb5ca..3cfdb1d7c165527bba57c748a71a4763a25ef443 100644 (file)
@@ -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',