wireplumber/docs/toc/meson.build

18 lines
386 B
Meson
Raw Normal View History

# 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',
2021-05-13 17:53:51 +03:00
'lua_api.rst'
]
foreach file : files
configure_file(input: file, output: file, copy: true)
endforeach
2021-05-13 17:53:51 +03:00
subdir('lua_api')