meson: Build and install man pages

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-01 12:57:12 +07:00 committed by Arun Raghavan
parent 66ac9ee37a
commit 7f05b835df
3 changed files with 83 additions and 5 deletions

View file

@ -2,7 +2,6 @@ pacat_sources = [
'pacat.c',
]
# FIXME: man pages
executable('pacat',
pacat_sources,
install: true,
@ -16,7 +15,6 @@ pactl_sources = [
'pactl.c',
]
# FIXME: man pages
executable('pactl',
pactl_sources,
install: true,
@ -30,7 +28,6 @@ pasuspender_sources = [
'pasuspender.c',
]
# FIXME: man pages
executable('pasuspender',
pasuspender_sources,
install: true,
@ -43,7 +40,6 @@ pacmd_sources = [
'pacmd.c',
]
# FIXME: man pages
executable('pacmd',
pacmd_sources,
install: true,
@ -56,7 +52,6 @@ pax11publish_sources = [
'pax11publish.c',
]
# FIXME: man pages
executable('pax11publish',
pax11publish_sources,
install: true,