mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Remove remaining tabs from meson.build files
No changes, just tab-to-space replacement and a little bit of manual twiddling.
This commit is contained in:
parent
fe79e684b7
commit
abd5f9fbe8
7 changed files with 92 additions and 86 deletions
|
|
@ -27,13 +27,13 @@ endif
|
|||
foreach m : manpages
|
||||
file = m.split('.rst.in').get(0)
|
||||
rst = configure_file(input : m,
|
||||
output : file + '.rst',
|
||||
configuration : manpage_conf)
|
||||
output : file + '.rst',
|
||||
configuration : manpage_conf)
|
||||
section = file.split('.').get(-1)
|
||||
custom_target(file + '.target',
|
||||
output : file,
|
||||
input : rst,
|
||||
command : [rst2man, '@INPUT@', '@OUTPUT@'],
|
||||
install : true,
|
||||
install_dir : get_option('mandir') / 'man' + section)
|
||||
output : file,
|
||||
input : rst,
|
||||
command : [rst2man, '@INPUT@', '@OUTPUT@'],
|
||||
install : true,
|
||||
install_dir : get_option('mandir') / 'man' + section)
|
||||
endforeach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue