meson: install xwinclip and Xwinrc man pages
Omitted froma1e8dc05
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk> (cherry picked from commit08a3583b5b
)
This commit is contained in:
parent
82f8fc5ffc
commit
c09c78298c
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue