mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
man: Add man pages for pw-jack, pw-pulse
Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
d566c8858c
commit
b91a718018
3 changed files with 148 additions and 0 deletions
|
|
@ -19,6 +19,14 @@ manpages = [
|
|||
[ 'pw-mon', '1' ]
|
||||
]
|
||||
|
||||
if get_option('pipewire-jack')
|
||||
manpages += [[ 'pw-jack', '1' ]]
|
||||
endif
|
||||
|
||||
if get_option('pipewire-pulseaudio')
|
||||
manpages += [[ 'pw-pulse', '1' ]]
|
||||
endif
|
||||
|
||||
foreach m : manpages
|
||||
file = m.get(0) + '.' + m.get(1)
|
||||
infile = file + '.xml.in'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue