mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-21 01:10:10 +01:00
15 lines
351 B
Meson
15 lines
351 B
Meson
|
|
# you need to add here any files you add to the toc directory as well
|
||
|
|
files = [
|
||
|
|
'installing-wireplumber.rst',
|
||
|
|
'running-wireplumber-daemon.rst',
|
||
|
|
'daemon-configuration.rst',
|
||
|
|
'daemon-logging.rst',
|
||
|
|
'contributing.rst',
|
||
|
|
'community.rst',
|
||
|
|
'testing.rst',
|
||
|
|
]
|
||
|
|
|
||
|
|
foreach file : files
|
||
|
|
configure_file(input: file, output: file, copy: true)
|
||
|
|
endforeach
|