man: Add man pages for pw-jack, pw-pulse

Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
Simon McVittie 2020-06-08 14:24:49 +01:00 committed by Simon McVittie
parent d566c8858c
commit b91a718018
3 changed files with 148 additions and 0 deletions

View file

@ -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'