mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
meson: Build and install man pages
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
66ac9ee37a
commit
7f05b835df
3 changed files with 83 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue