doc/index.rst: link the converted protocol documentation

This commit is contained in:
Max Kellermann 2018-10-17 10:17:38 +02:00
parent ee59e20c28
commit 937f49f1e9
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Music Player Daemon
user
developer
protocol
Indices and tables

View File

@ -6,6 +6,7 @@ sphinx_output = custom_target(
output: 'html',
input: [
'index.rst', 'user.rst', 'developer.rst',
'protocol.rst',
'conf.py',
],
command: [sphinx, '-q', '-b', 'html', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'],