Skip to content

Commit

Permalink
meson: install the man pages for the command line tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka authored and tp-m committed May 20, 2018
1 parent 388b485 commit b163f37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/meson.build
Expand Up @@ -7,6 +7,7 @@ executable('gst-device-monitor-@0@'.format(api_version),
include_directories: [configinc],
dependencies : tool_deps,
)
install_man('gst-device-monitor-@0@.1'.format(api_version))

executable('gst-discoverer-@0@'.format(api_version),
'gst-discoverer.c',
Expand All @@ -15,6 +16,7 @@ executable('gst-discoverer-@0@'.format(api_version),
include_directories: [configinc],
dependencies : tool_deps,
)
install_man('gst-discoverer-@0@.1'.format(api_version))

executable('gst-play-@0@'.format(api_version),
'gst-play.c', 'gst-play-kb.c',
Expand All @@ -23,3 +25,4 @@ executable('gst-play-@0@'.format(api_version),
include_directories: [configinc],
dependencies : tool_deps + [libm],
)
install_man('gst-play-@0@.1'.format(api_version))

0 comments on commit b163f37

Please sign in to comment.