12 lines
246 B
Meson
12 lines
246 B
Meson
# you need to add here any files you add to the toc directory as well
|
|
sphinx_files += files(
|
|
'installing.rst',
|
|
'running.rst',
|
|
'configuration.rst',
|
|
'locations.rst',
|
|
'logging.rst',
|
|
'multi_instance.rst',
|
|
)
|
|
|
|
subdir('configuration')
|