wireplumber/docs/rst/meson.build
George Kiagiadakis a5e58536dd docs: add wpctl man page and Tools documentation section
Add comprehensive wpctl documentation that generates both HTML docs and an installable man page from a single RST source.

Closes: #825

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 18:15:08 +03:00

12 lines
238 B
Meson

# you need to add here any files you add to the toc directory as well
sphinx_files += files(
'index.rst',
)
subdir('daemon')
subdir('design')
subdir('policies')
subdir('library')
subdir('scripting')
subdir('tools')
subdir('resources')