Skip to content

Commit

Permalink
meson.build: install the libwacom-show-stylus man page
Browse files Browse the repository at this point in the history
Fixes: 9c9e234 ("man: add a man page for libwacom-show-stylus")
  • Loading branch information
whot committed Sep 2, 2024
1 parent a847a09 commit dccf04a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ install_man(configure_file(input: 'tools/libwacom-list-devices.man',
output: '@[email protected]',
copy: true))

install_man(configure_file(input: 'tools/libwacom-show-stylus.man',
output: '@[email protected]',
copy: true))

showstylus_config = configuration_data()
showstylus_config.set('DATADIR', dir_data)
showstylus_config.set('ETCDIR', dir_etc)
Expand Down

0 comments on commit dccf04a

Please sign in to comment.