mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-24 15:30:04 +01:00
14 lines
351 B
Meson
14 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
|