meson: install xwinclip and Xwinrc man pages

Omitted from a1e8dc05

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
(cherry picked from commit 08a3583b5b)
This commit is contained in:
Jon Turney 2018-05-13 19:36:03 +01:00 committed by Adam Jackson
parent 82f8fc5ffc
commit c09c78298c
2 changed files with 14 additions and 0 deletions

View File

@ -172,3 +172,10 @@ xwin_man = configure_file(
configuration: manpage_config,
)
install_man(xwin_man)
xwinrc_man = configure_file(
input: 'man/XWinrc.man',
output: 'XWinrc.5',
configuration: manpage_config,
)
install_man(xwinrc_man)

View File

@ -30,3 +30,10 @@ executable(
dependencies: [dependency('x11')],
install: true,
)
xwinclip_man = configure_file(
input: 'xwinclip.man',
output: 'xwinclip.1',
configuration: manpage_config,
)
install_man(xwinclip_man)